Skip to content
Open
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
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
### Added
- [RSYSLOG_TEMPLATES] New raw_message_nolf template to send logs without newline added


## [2.1.18] - 2025-10-24
Expand Down
1 change: 1 addition & 0 deletions usr/local/etc/rsyslog.d/05-tpl-00-generic.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template(name="raw_message" type="string" string="%rawmsg%\n")
template(name="raw_message_nolf" type="string" string="%rawmsg%")
template(name="recovery" type="string" string="%msg%\n")
template(name="recoveryfile" type="string" string="/var/log/recovery/%SYSLOGTAG%-%timestamp:::date-year%.%timestamp:::date-month%.%timestamp:::date-day%-%timestamp:::date-hour%.log")
template(name="date-rfc3339" type="string" string="%$!timestamp!year%-%$!timestamp!month%-%$!timestamp!day%T%$!timestamp!hour%:%$!timestamp!minute%:%$!timestamp!second%Z")
Expand Down