diff --git a/conf/config_sample.py b/conf/config_sample.py index 1f2a558..50beefa 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -54,7 +54,7 @@ LOGDIR = 'log/' # Main application log file. LOGFILE = None # eg. 'stratum.log' - +LOGLEVEL = 'DEBUG' # Logging Rotation can be enabled with the following settings # It if not enabled here, you can set up logrotate to rotate the files. # For built in log rotation set LOG_ROTATION = True and configrue the variables