Feature/logfile size control - #44
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
This PR eclipse-score/baselibs#83 is related to this one |
| config.IsCircularFileLogging(), | ||
| config.IsOverwriteLogOnFull(), | ||
| config.GetMaxLogFileSizeBytes(), | ||
| config.GetNoOfLogFiles(), | ||
| config.IsTruncateOnRotation()); |
There was a problem hiding this comment.
what's the benefit to pass these config parameters individually?
There was a problem hiding this comment.
explicit interface and dependencies, decoupling and easier for unit testing
|
Thanks for the pull request. This thread has been quiet for 30 days, so we are marking it as stale for now. Please take a quick look and let us know whether it is still up to date, still relevant, needs review, or is ready to merge. Any new activity will remove the stale label automatically. If nothing changes in the next 10 days, we will close it to keep the backlog current. |
This pull request is related to new feature for managing log file sizes to prevent them from growing indefinitely and consuming excessive disk space. A log file size policy has been implemented to control the maximum size of log files and to handle log rotation.
References
#88