From 8e4342076742ec47b8dc3d7dc03017e9f95b0b08 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 27 Dec 2013 23:55:17 +0100 Subject: [PATCH] Update config_sample.py --- conf/config_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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