Added log_level = 3
This commit is contained in:
parent
3d5da2946c
commit
886c58bb21
@ -22,8 +22,9 @@ log_directory = /var/log/neat
|
|||||||
# The level of emitted log messages:
|
# The level of emitted log messages:
|
||||||
# 0 -- no logging
|
# 0 -- no logging
|
||||||
# 1 -- errors and warnings
|
# 1 -- errors and warnings
|
||||||
# 2 -- errors, warnings, and other information messages
|
# 2 -- errors, warnings, and information messages
|
||||||
log_level = 2
|
# 3 -- errors, warnings, information messages, and debug messages
|
||||||
|
log_level = 3
|
||||||
|
|
||||||
# The host name and credentials for connecting to the MySQL database
|
# The host name and credentials for connecting to the MySQL database
|
||||||
# specified in the format supported by SQLAlchemy
|
# specified in the format supported by SQLAlchemy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user