Commit 7cf1afc7 by yhb

123

parent 7ebb6bcf
......@@ -37,7 +37,7 @@ from widgets.responsive_layout import ResponsiveLayout
def setup_logging(level: str = "info"):
"""
database1/log
database/log
"""
log_level = getattr(logging, level.upper(), logging.INFO)
log_dir = os.path.join(current_dir, "database", "log")
......
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