From 42645753454ecfd9541e7fcb9ec793642d0f55fb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 3 Jan 2026 19:02:55 -0800 Subject: [PATCH] NEWS clarifications. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2f6a929b..ed5d63ba 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ 2.1.0.dev0 * #485: When running commands (database clients, command hooks, etc.), elevate stderr output to - borgmatic error logs. + show up as borgmatic error logs. * #858: With the "--log-json" flag, log borgmatic's own logs as JSON, not just Borg's. * #1204: When verbosity levels differ between console/monitoring/syslog/file, log Borg's output to - each one at a different level. + each one at a different level. Previously, it was logged at the maximum level of all the + verbosities. * #1208: Fix for the "restore" action incorrectly extracting more database dumps than the "--database" flag specifies. * #1210: Fix an error when running the "spot" check or "extract" action with the "progress" option