|
|
@@ -45,11 +45,11 @@ args=('%LOG_DIR%/%PROC_NAME%.log', 'a', 1000000, 3)
|
|
|
|
|
|
[formatter_default]
|
|
|
format=[%(asctime)s] %(module)-12s %(levelname)-8s %(message)s
|
|
|
-datefmt=%d/%b/%Y %H:%M:%S
|
|
|
+datefmt=%d/%b/%Y %H:%M:%S %z
|
|
|
|
|
|
[formatter_access]
|
|
|
format=[%(asctime)s] %(levelname)-8s %(message)s
|
|
|
-datefmt=%d/%b/%Y %H:%M:%S
|
|
|
+datefmt=%d/%b/%Y %H:%M:%S %z
|
|
|
|
|
|
|
|
|
########################################
|