summaryrefslogtreecommitdiff
path: root/jimbrella/web.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-02-02 11:16:23 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-02-02 11:16:23 +0800
commit357cc3d8d9f2b02e60f0763f4701bd614b876436 (patch)
treeaaf9aca396dc7ccc67790f313c445b04744e23df /jimbrella/web.py
parentc8caa0ca774c89484d64b5e7ee308e379f834cea (diff)
Adapt web interface
Diffstat (limited to 'jimbrella/web.py')
-rw-r--r--jimbrella/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jimbrella/web.py b/jimbrella/web.py
index 33e059a..a2b66b8 100644
--- a/jimbrella/web.py
+++ b/jimbrella/web.py
@@ -5,7 +5,7 @@ from .auth import bp as auth_bp
from .config import *
# this logger is shared across modules
-logging.basicConfig(filename=LOG_PATH, level=logging.DEBUG)
+# logging.basicConfig(filename=LOG_PATH, level=logging.DEBUG)
app = Flask("jimbrella")
app.secret_key = FLASK_SECRET_KEY