Currently default behavior of the file handler is appending to existing file, so file shall be created manually / programmatically before starting to log messages to it.
In new version it shall check if file exist, otherwise it shall automatically create a new file.
Currently default behavior of the file handler is appending to existing file, so file shall be created manually / programmatically before starting to log messages to it.
In new version it shall check if file exist, otherwise it shall automatically create a new file.