mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
7 lines
144 B
Python
7 lines
144 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from loguru import logger
|
|
|
|
# 每天日志自动分文件
|
|
logger.add("./logs/DouyinLiveRecorder.log", rotation="12:00")
|