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
Is your feature request related to a problem? Please describe.
The log files of dat-ssg can become quite big over time. It would be good if it was regularly compressed to make sure that the hard-disk limit isn't exceeded.
Describe the solution you'd like
Once a log file exceeds a size specified in the config (with a preset default), the output/error file gets transformed into a .tar.gz file with the current time/date stamp in the name without interrupting the current process.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The log files of
dat-ssg
can become quite big over time. It would be good if it was regularly compressed to make sure that the hard-disk limit isn't exceeded.Describe the solution you'd like
Once a log file exceeds a size specified in the config (with a preset default), the output/error file gets transformed into a .tar.gz file with the current time/date stamp in the name without interrupting the current process.
The text was updated successfully, but these errors were encountered: