Skip to content

Commit

Permalink
Merge pull request #324 from rrauenza/main
Browse files Browse the repository at this point in the history
add mention to what formats min-age supports
  • Loading branch information
stepchowfun authored Dec 9, 2024
2 parents c3f9ae1 + 8a8817a commit 5be8054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ OPTIONS:

The `--threshold` flag accepts [multiple representations](https://docs.rs/byte-unit/4.0.12/byte_unit/struct.Byte.html#examples-2), like `10 GB`, `10 GiB`, or `10GB`. On Linux, percentage-based thresholds like `50%` are also supported.

The `--min-age` flag accepts [multiple representations](https://docs.rs/parse_duration/2.1.1/parse_duration/), such as `4 days` or `1 hour`.

You can change the log verbosity by setting an environment variable named `LOG_LEVEL` to one of `trace`, `debug`, `info`, `warning`, or `error`. The default is `debug`.

## Docker's build cache
Expand Down

0 comments on commit 5be8054

Please sign in to comment.