Skip to content

Commit

Permalink
🧊更正logger实例名
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Aug 18, 2023
1 parent 8370012 commit 8d07967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/Log.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
self.logname = Util.os.path.join(log_path, '%s.log' % Util.time.strftime(
"%Y-%m-%d_%H%M%S", Util.time.localtime()))
Util.logging.basicConfig()
self.logger = Util.logging.getLogger("TikTokMultiDownloader")
self.logger = Util.logging.getLogger("TikTokDownload")
self.logger.setLevel(Util.logging.INFO)
self.logger.propagate = False
# 日志输出格式
Expand Down

0 comments on commit 8d07967

Please sign in to comment.