Commit 42e60019 authored by ibuler's avatar ibuler

[Update] 版本

parent a07ede5b
......@@ -28,7 +28,7 @@ from .session import Session
from .models import Connection
__version__ = '1.4.0'
__version__ = '1.4.1'
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
logger = get_logger(__file__)
......
......@@ -40,9 +40,12 @@ def create_logger(app):
},
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'class': 'logging.handlers.TimedRotatingFileHandler',
'formatter': 'main',
'filename': log_path,
'when': "D",
'interval': 1,
"backupCount": 7
},
},
loggers={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment