I'm using the logging
python library for logging.
I've selected logging.handlers.RotatingFileHandler
as one of the handlers.
it's working on localhost but not on the production server.
file: &file_defaults
class: logging.handlers.RotatingFileHandler
level: DEBUG
formatter: simple
filename: server_development.log
maxBytes: 10240000
backupCount: 10
Any ideas why ?