-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Unfortunately I'm not a programmer, but I would like to see some kind of configurable log settings.
It would be great to have a rolling log file, which can be configured by an options dialog inside the client.
I've created a picture with some possible settings which I think might be useful.
-
Specify when the log file will roll.
-
Option A: When the client starts/restarts (save the old log files if present)
-
Option B: On a specific time of the day (e.g. midnight)
-
Option C: By Size (e.g. when the log has a size of 100 MB)
-
-
Additionally you can specify how much logs you will keep. So you can specify how many log's you'll keep, because currently each time the client starts, the logs get cleared.
Possible Log File Naming Convention: debug[0-9]yyyymmdd-hh24miss.log (using the date and time when the log file was created)
May be there can be additional settings which might be useful.
I don't know how much effort this will be, but I think it would be a great feature for the client.
And it might make debugging more easier when you have "old" logs as a backup.