Skip to content

Commit

Permalink
Update logger.py
Browse files Browse the repository at this point in the history
disable debug log file
  • Loading branch information
kaulketh authored Jan 4, 2022
1 parent e3254a8 commit 1582a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class _LoggerMeta(type, Singleton):
NAME = "Logger"
FOLDER_PATH = "../logs"
ADDITIONAL_DEBUG_LOG = True
ADDITIONAL_DEBUG_LOG = False

THIS_FOLDER = os.path.dirname(os.path.abspath(__file__))
"""Runtime location"""
Expand Down

0 comments on commit 1582a4d

Please sign in to comment.