We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8370012 commit 8d07967Copy full SHA for 8d07967
Util/Log.py
@@ -30,7 +30,7 @@ def __init__(self):
30
self.logname = Util.os.path.join(log_path, '%s.log' % Util.time.strftime(
31
"%Y-%m-%d_%H%M%S", Util.time.localtime()))
32
Util.logging.basicConfig()
33
- self.logger = Util.logging.getLogger("TikTokMultiDownloader")
+ self.logger = Util.logging.getLogger("TikTokDownload")
34
self.logger.setLevel(Util.logging.INFO)
35
self.logger.propagate = False
36
# 日志输出格式
0 commit comments