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
We have offline logstorage and dlt log into file on a filesystem which ended up full. This sometimes caused dlt.daemon to crash.
I know dlt-damon won't be able so save any logs since the filesystem is full but it should still be able to stream logs. And it should never(?) crash.
There are very few logs from our system when it crashed (running in qnx):
Nov 30 13:06:04.592 dlt_daemon.1585283 0 SLOG2_SHUTDOWN -----ONLINE-----
Nov 30 13:06:04.592 dlt_daemon.1585283 stdout* 0 SLOG2_INFO Option: ContextLogLevel=6
Nov 30 13:06:04.592 dlt_daemon.1585283 stdout 0 SLOG2_INFO Option: ForceContextLogLevelAndTraceStatus=1
Nov 30 13:06:04.592 dlt_daemon.1585283 stdout 0 SLOG2_INFO configure dlt logging without file limits
Nov 30 13:06:04.593 slm.57365..0 stderr 0 SLOG2_ERROR slm: Component 'dlt-daemon' (pid 1585283) terminated unexpectedly
Nov 30 13:06:04.593 slm.57365 low 0 SLOG2_INFO slm: Component 'dlt-daemon' (pid 1585283) died
The text was updated successfully, but these errors were encountered:
We have offline logstorage and dlt log into file on a filesystem which ended up full. This sometimes caused dlt.daemon to crash.
I know dlt-damon won't be able so save any logs since the filesystem is full but it should still be able to stream logs. And it should never(?) crash.
There are very few logs from our system when it crashed (running in qnx):
Nov 30 13:06:04.592 dlt_daemon.1585283 0 SLOG2_SHUTDOWN -----ONLINE-----
Nov 30 13:06:04.592 dlt_daemon.1585283 stdout* 0 SLOG2_INFO Option: ContextLogLevel=6
Nov 30 13:06:04.592 dlt_daemon.1585283 stdout 0 SLOG2_INFO Option: ForceContextLogLevelAndTraceStatus=1
Nov 30 13:06:04.592 dlt_daemon.1585283 stdout 0 SLOG2_INFO configure dlt logging without file limits
Nov 30 13:06:04.593 slm.57365..0 stderr 0 SLOG2_ERROR slm: Component 'dlt-daemon' (pid 1585283) terminated unexpectedly
Nov 30 13:06:04.593 slm.57365 low 0 SLOG2_INFO slm: Component 'dlt-daemon' (pid 1585283) died
The text was updated successfully, but these errors were encountered: