-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes crash due to non-removal of files exceeding max, zeros out file… (
#1) * fixes crash due to non-removal of files exceeding max, zeros out file instead of deleting to allow tail-f to keep working * added log file rotation if file size exceeds 'fileSizeLimitBytes'. Fixed bug : no new file created in setNewFile(), Fixed bug : file size not reported correctly due to pending async writes. * removed unused function * added wait() call to deinit
- Loading branch information
Showing
3 changed files
with
92 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters