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
Sometimes ioBroker crashes during log file rotation.
ENOENT: no such file or directory, unlink '/opt/iobroker/log/iobroker.2023-01-04.log'
Error: ENOENT: no such file or directory, unlink '/opt/iobroker/log/iobroker.2023-01-04.log'
at Object.unlinkSync (node:fs:1767:3)
at WriteStream.<anonymous> (/opt/iobroker/node_modules/winston-daily-rotate-file/daily-rotate-file.js:140:28)
at WriteStream.emit (node:events:525:35)
at WriteStream.emit (node:domain:489:12)
at finish (node:internal/streams/writable:756:10)
at finishMaybe (node:internal/streams/writable:741:9)
at afterWrite (node:internal/streams/writable:506:3)
at onwrite (node:internal/streams/writable:479:7)
at node:internal/fs/streams:416:5
at FSReqCallback.wrapper [as oncomplete] (node:fs:816:5)
Sometimes ioBroker crashes during log file rotation.
See PR from @Apollon77 winstonjs/winston-daily-rotate-file#366
The text was updated successfully, but these errors were encountered: