Merge into Production Release v3.2.11#82
Merged
Martinski4GitHub merged 20 commits intomasterfrom Mar 22, 2026
Merged
Conversation
- Initial code to support automatic script updates via AMTM. - Adjusted code to allow searching for log files under a subdirectory of the "/opt/var/log" directory. Note that the 'messages' log file is a special case and cannot located be in a subdirectory.
New Functionality
Just some code improvements.
Code Improvements
Modified syslog-ng Ethernet filter configuration file to prevent it from capturing log entries intended for the Skynet/firewall log files
Improved Ethernet Filter Configuration
Some code improvements when updating filter files.
Code Improvements
Improvements in the syslog-ng Ethernet filter configuration file to prevent it from capturing log entries intended for the Skynet/firewall log files.
Improved Ethernet Filter Configuration
More code improvements.
Code Improvements
Modified top-level syslog-ng configuration file to discard all "debug" log priority level entries from the "messages" log file.
- New syslog-ng filter configuration file to discard all "debug" log priority level messages. - New syslog-ng filter configuration file to capture all 'debug' log priority level messages in a separate log file.
Improved Handling of 'debug' Log Messages
- Modified top-level syslog-ng configuration file (/opt/etc/syslog-ng.conf) to filter out from the "messages" log file all log entries tagged with the 'debug' severity level. - New CLI menu option to specify how to handle incoming log messages that have been tagged with the 'debug' severity level (i.e. 'debug' log messages). There are 3 settings available: Discard, Capture and Allow. - Modified code to minimize the number of scenarios where the top-level syslog-ng configuration file (/opt/etc/syslog-ng.conf) is overwritten during an add-on version update. The config file will be replaced only under certain conditions when major changes that are not optional have been introduced; otherwise, the file will be left alone.
Additions and Improvements
Bumps the all-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.5.0 to 2.6.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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-c8dadc2807 Bump softprops/action-gh-release from 2.5.0 to 2.6.0 in the all-actions group
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
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.
Production Release v3.2.11