This commit is contained in:
Cyberes 2023-01-21 15:12:48 -07:00
parent ef07e736a3
commit bbf74214bb
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ create_directories(args.output, log_dir)
file_logger = setup_file_logger('youtube_dl', log_dir / f'youtube_dl-{str(int(log_time))}.log', level=logging.INFO)
video_error_logger = setup_file_logger('youtube_dl_video_errors', log_dir / f'youtube_dl-errors-{int(log_time)}.log', level=logging.INFO)
logger = get_silent_logger('yt-dl', silent=args.daemon)
logger = get_silent_logger('yt-dl', silent=not args.daemon)
def log_info_twice(msg):