Skip to content

Bug Fixes#46

Merged
Martinski4GitHub merged 7 commits intomasterfrom
develop
Feb 16, 2026
Merged

Bug Fixes#46
Martinski4GitHub merged 7 commits intomasterfrom
develop

Conversation

@Martinski4GitHub
Copy link
Member

  • Bug fix in the code that searches for the full paths of all filtered log files.
    For example, the following entry, which is syntactically valid in a syslog-ng configuration file, would generate an error message:
destination d_MyLogFile { file("/opt/var/log/MyLogFile.log"); };
  • Bug fix in the code that generates the list of all filtered log files.
    For example, the following entry, which is syntactically valid in a syslog-ng configuration file, would not generate an error message, but the file path ended up being excluded from the list of filtered log files:
destination d_MyLogFile { file('/opt/var/log/MyLogFile.log'); };

dependabot bot and others added 6 commits January 26, 2026 16:06
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-e6ee9d7de3

Bump actions/checkout from 6.0.1 to 6.0.2 in the all-actions group
Fixed bug in function that searches for the full paths of all filtered log files.
Bug fix in the code that builds the list of all filtered log files.
@Martinski4GitHub Martinski4GitHub requested a review from a team as a code owner February 16, 2026 08:27
@Martinski4GitHub Martinski4GitHub merged commit 3ef25f0 into master Feb 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments