restic/changelog/unreleased/issue-4944

10 lines
360 B
Text
Raw Normal View History

Enhancement: Print JSON-formatted errors during `restore --json`
2024-08-30 12:58:32 +00:00
Restic printed any `restore` errors directly to the console as freeform text
messages, even when using the `--json` option.
Now, when `--json` is specified, restic prints them as JSON formatted messages.
https://github.com/restic/restic/issues/4944
https://github.com/restic/restic/pull/4946