diff options
author | Nathan Salapat <rendertracer@gmail.com> | 2017-05-28 02:23:06 -0500 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-05-28 09:23:06 +0200 |
commit | c09e16ff5bd65a82aa231a286308f3415fe9159e (patch) | |
tree | 59a44afc7c5454e5f7aa375f79f6aa8362e639b9 /minetest.conf.example | |
parent | 210a339dce754a6cb03d4ef82f5bacc80b63262b (diff) | |
download | minetest-c09e16ff5bd65a82aa231a286308f3415fe9159e.tar.gz minetest-c09e16ff5bd65a82aa231a286308f3415fe9159e.tar.bz2 minetest-c09e16ff5bd65a82aa231a286308f3415fe9159e.zip |
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.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
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. |