Skip to content

Commit c09e16f

Browse files
NathanSalapatnerzhul
authored andcommittedMay 28, 2017
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.
1 parent 210a339 commit c09e16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎builtin/settingtypes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ language (Language) enum ,be,ca,cs,da,de,en,eo,es,et,fr,he,hu,id,it,ja,jbo,ko,
14681468
# - action
14691469
# - info
14701470
# - verbose
1471-
debug_log_level (Debug log level) enum action ,warning,action,info,verbose
1471+
debug_log_level (Debug log level) enum action ,none,error,warning,action,info,verbose
14721472

14731473
# IPv6 support.
14741474
enable_ipv6 (IPv6) bool true

‎minetest.conf.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ max_out_chat_queue_size = 20
17921792
# - action
17931793
# - info
17941794
# - verbose
1795-
# type: enum values: , warning, action, info, verbose
1795+
# type: enum values: , none, error, warning, action, info, verbose
17961796
# debug_log_level = action
17971797

17981798
# IPv6 support.

0 commit comments

Comments
 (0)
Please sign in to comment.