|
@@ -4,7 +4,7 @@ import os
|
|
|
log_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "logs")
|
|
|
if not os.path.exists(log_path):
|
|
|
os.makedirs(log_path)
|
|
|
-loglevel = "debug"
|
|
|
+loglevel = "info"
|
|
|
accesslog = os.path.join(log_path, 'access.log')
|
|
|
errorlog = os.path.join(log_path, 'error.log')
|
|
|
|