forked from cynicastic/scribe
-
Notifications
You must be signed in to change notification settings - Fork 2
Merging Into 'master' Branch for Next Release #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
Ignore 'service-event' calls from uiScribe to avoid conflicts with rotating log files.
Code Improvements
Do not check, read, or create the configuration file when user calls the script with the 'help' argument.
Code Improvement
- New menu option to set the interval for the logrotate cron job. - Changes to support uiScribe calls to rotate or clear logs. - Miscellaneous code improvements.
New option and Code Improvements
Minor Formatting Changes.
Minor Formatting Changes
Added new 'A01global' configuration file for log rotation.
- Cron job to rotate logs was modified. Calls to logrotate now include filtered log files that don't have a corresponding configuration file in the "/opt/etc/logrotate.d" directory. - Added a mutually exclusive lock for the calls to logrotate made from Scribe and uiScribe to prevent simultaneous executions trying to rotate the same set of log files.
More Code Improvments
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) Updates `softprops/action-gh-release` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Some code improvements and fine-tuning.
Improved code that generated the list of filtered log files based on the syslog-ng configuration files.
…p/all-actions-581a773ba8 Bump the all-actions group with 2 updates
Code Improvements
- Modified the global directives/options for logrotate. - Improved the way log files without a corresponding logrotate configuration file are rotated.
Functional Improvements
Removed "postrotate/endscript" directive from each individual configuration file since that's already defined in the global set of configuration directives.
Updated.
Removed "postrotate/endscript" Directives
Fine-tuning directive to run script after a log file has been rotated.
Fine-Tuning Log Rotation Directive
Updated.
Update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging 'develop' branch changes into the 'master' branch for next release.