You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.