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
In some case (i.e. embedded software applications), write operations to the flash might be an issue. Thus, it would make sense to add an additional parameter to the Logger structure (I would propose BackupDirectory), which specifies where the old log files should be stored. In this way, the active log file path can point to a RAM location of the file system (e.g. /var/log/... on Linux), while the backup directory can point to a flash location.
The text was updated successfully, but these errors were encountered:
Sauci
pushed a commit
to Sauci/lumberjack
that referenced
this issue
Mar 14, 2022
In some case (i.e. embedded software applications), write operations to the flash might be an issue. Thus, it would make sense to add an additional parameter to the
Logger
structure (I would proposeBackupDirectory
), which specifies where the old log files should be stored. In this way, the active log file path can point to a RAM location of the file system (e.g. /var/log/... on Linux), while the backup directory can point to a flash location.The text was updated successfully, but these errors were encountered: