feat!: Add log-level-logfile, -dryrun and -dependencies options; remove quiet options#1565
Merged
feat!: Add log-level-logfile, -dryrun and -dependencies options; remove quiet options#1565
Conversation
Member
Author
|
see also #1562 |
2e363b6 to
44e9297
Compare
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
## 🤖 New release * `rustic-rs`: 0.10.3 -> 0.11.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.11.0](v0.10.3...v0.11.0) - 2026-02-11 ### Added - Add default behavior for diff without arguments ([#1673](#1673)) - Add option `--forget-time` to forget ([#1670](#1670)) - Allow to use masterkey instead of password/keyfile ([#1654](#1654)) - Update copy and add --force ([#1653](#1653)) - update rewrite ([#1651](#1651)) - Allow ls to list local files (using excludes) ([#1645](#1645)) - [**breaking**] Allow to rewrite trees ([#1644](#1644)) - [**breaking**] Update rustic_core ([#1637](#1637)) - *(commands)* allow to identify snapshots with "latest" or "latest~N" (N >= 0) ([#1563](#1563)) - [**breaking**] Update rustic_core ([#1635](#1635)) - [**breaking**] Add log-level-logfile, -dryrun and -dependencies options; remove quiet options ([#1565](#1565)) ### Fixed - update clap help ([#1663](#1663)) - handle all arg combinations for `diff` command ([#1639](#1639)) - use filtered snapshots for repair command ([#1636](#1636)) ### Other - update dependencies ([#1674](#1674)) - Update rustic_core ([#1667](#1667)) - Update MSRV to 1.88.0 ([#1664](#1664)) - Document OPENDAL* env variables ([#1646](#1646)) - [**breaking**] Use jiff instead of chrono ([#1625](#1625)) - Add root directory to sftp_hetzner_sbox.toml ([#1628](#1628)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: The new
log-level-*options change the default behavior of log levels when using a log file.Previous behavior:
log-levelgives the log-level used in the config file; only warnings/errors are logged to stderrNew behavior: logging to log-file is determined by
log-level-logfile; logging to stderr is determined bylog-level.Instead of using the quiet options for
backupandforget, users should now fine-tune their logging-options.