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
For my application, I use "lumberjack.v2" with zerolog on Linux embedded system.
Sometime, my application needs to shutdown the system.
In this case, how can I ensure that my log files are not corrupted?
How does it work when the Linux stop command is executed?
In my application, how can I block writing and know when current writes are finished?
Also, how can I do when power supply stops?
The text was updated successfully, but these errors were encountered:
Hello,
For my application, I use "lumberjack.v2" with zerolog on Linux embedded system.
Sometime, my application needs to shutdown the system.
In this case, how can I ensure that my log files are not corrupted?
How does it work when the Linux stop command is executed?
In my application, how can I block writing and know when current writes are finished?
Also, how can I do when power supply stops?
The text was updated successfully, but these errors were encountered: