Added log_level = 3

This commit is contained in:
Anton Beloglazov 2012-09-25 15:54:27 +10:00
parent 3d5da2946c
commit 886c58bb21

View File

@ -22,8 +22,9 @@ log_directory = /var/log/neat
# The level of emitted log messages:
# 0 -- no logging
# 1 -- errors and warnings
# 2 -- errors, warnings, and other information messages
log_level = 2
# 2 -- errors, warnings, and information messages
# 3 -- errors, warnings, information messages, and debug messages
log_level = 3
# The host name and credentials for connecting to the MySQL database
# specified in the format supported by SQLAlchemy