Bug #151
RotatingFileHandler _does_ work on Windows.
| Status: | New | Start date: | 02/13/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Glastopf | Spent time: | - | |
| Target version: | - | |||
| Resolution: |
Description
http://docs.python.org/library/logging.html#rotatingfilehandler says nothing about Windows, and I'm able to run Glastopf with the logging code changed to if True: instead of if log_opts['system'] == "unix": - the log file does rotate.
I suggest we go with RotatingFileHandler for all systems, and remove the option from the config file.