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.
This commit is contained in:
parent
210a339dce
commit
c09e16ff5b
|
@ -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
|
# - action
|
||||||
# - info
|
# - info
|
||||||
# - verbose
|
# - 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.
|
# IPv6 support.
|
||||||
enable_ipv6 (IPv6) bool true
|
enable_ipv6 (IPv6) bool true
|
||||||
|
|
|
@ -1792,7 +1792,7 @@ max_out_chat_queue_size = 20
|
||||||
# - action
|
# - action
|
||||||
# - info
|
# - info
|
||||||
# - verbose
|
# - verbose
|
||||||
# type: enum values: , warning, action, info, verbose
|
# type: enum values: , none, error, warning, action, info, verbose
|
||||||
# debug_log_level = action
|
# debug_log_level = action
|
||||||
|
|
||||||
# IPv6 support.
|
# IPv6 support.
|
||||||
|
|
Loading…
Reference in New Issue