File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ Changes from 2.8.2 to 2.8.3
3838 pages which are delivered automatically. Packaging recipes can likely
3939 be simplified now. [#2445]
4040
41+ - A `NUT_DEBUG_SYSLOG` environment variable was introduced to tweak activation
42+ of syslog message emission (and related detachment of `stderr` when daemons
43+ are backgrounding), which can be useful for systemd service units. It can be
44+ set via `nut.conf` file for all standard consumers, or patched/dropped-in to
45+ systemd unit definitions specifically (less recommended, but may be easier
46+ to package). The positive effect would be avoiding duplicate logging as both
47+ `syslog` and `stderr` ending up in the same journal. [#2394]
48+
4149- A `CHANGELOG_REQUIRE_GROUP_BY_DATE_AUTHOR` setting was added (for `make`
4250 calls and used by `tools/gitlog2changelog.py.in` script), and it defaults
4351 to `true` allowing for better ordered documents at the cost of some memory
You can’t perform that action at this time.
0 commit comments