Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

* Fix "NILRT SNAC errors during boot; invalid PersistentLogs nirtini token value" AB#3698523 (#85)

## [3.1.0] - 2025-12-11

Expand Down
2 changes: 1 addition & 1 deletion nilrt_snac/_configs/_syslog_ng_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def configure(self, args: argparse.Namespace) -> None:
_cmd(
"nirtcfg",
"--set",
'section=SystemSettings,token=PersistentLogs.enabled,value="True"',
"section=SystemSettings,token=PersistentLogs.enabled,value=True",
)

# Restart syslog-ng service
Expand Down
Loading