Closed kwangsooshin closed 4 years ago
Hi, I use TimedRotatingFileHandler now.
TimedRotatingFileHandler
It generates timed rotating log files and it is renamed log file such as:
daily.log.2020-08-25 daily.log.2020-08-26 daily.log.2020-08-27
But in this case, I can't show all logs files in the log viewer.
Any method that I see all of logs in the directory?
Hi, I use
TimedRotatingFileHandler
now.It generates timed rotating log files and it is renamed log file such as:
But in this case, I can't show all logs files in the log viewer.
Any method that I see all of logs in the directory?