forked from nickbnf/glogg
-
-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Description
I use the Python logging
module RotatingFileHandler https://docs.python.org/2/library/logging.handlers.html#rotatingfilehandler
Which renames the log file file.log
to file.log.1
when it reaches a maximum size like 50MB, however if I am viewing the log file with this tool, the operation fails because the file is locked by
shvez