From: Nathan Salapat Date: Sun, 28 May 2017 07:23:06 +0000 (-0500) Subject: Added missing levels to logging menu (#5836) X-Git-Tag: 0.4.16~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c09e16ff5bd65a82aa231a286308f3415fe9159e;p=oweals%2Fminetest.git Added missing levels to logging menu (#5836) * Added missing levels to logging menu Added none and error options to the debug_log_level in the advance settings. --- diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 0ec33c628..3758097bc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1468,7 +1468,7 @@ language (Language) enum ,be,ca,cs,da,de,en,eo,es,et,fr,he,hu,id,it,ja,jbo,ko, # - action # - info # - verbose -debug_log_level (Debug log level) enum action ,warning,action,info,verbose +debug_log_level (Debug log level) enum action ,none,error,warning,action,info,verbose # IPv6 support. enable_ipv6 (IPv6) bool true diff --git a/minetest.conf.example b/minetest.conf.example index 5e1609de6..1d37ab493 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1792,7 +1792,7 @@ max_out_chat_queue_size = 20 # - action # - info # - verbose -# type: enum values: , warning, action, info, verbose +# type: enum values: , none, error, warning, action, info, verbose # debug_log_level = action # IPv6 support.