Mic-M/iobroker-logfile-script

date change of log file name at midnight leads to a gap

Mic-M opened this issue · 1 comments

Mic-M commented

If the schedule is set to e.g. every two minutes, then we will miss the log between 23:58 and 0:00 since a new log file with a filename of the new day will be created by ioBroker after midnight.

Possible solution: 0:00 + x minutes -> also retrieve the log file contents of the previous day.

Mic-M commented

Should be resolved with version 1.0 alpha.