doc: mention warn and error as available log levels #716

Merged
lx merged 1 commits from emilylange/garage:doc/mention-warn-error-log-levels into main 2024-02-13 08:13:23 +00:00

1 Commits

Author SHA1 Message Date
emilylange c86ac264cb
doc: mention `warn` and `error` as available log levels
ci/woodpecker/pr/debug Pipeline was successful Details
For some users, this might be their first time being interacting with
the `env_logger` crate.
As such, they might not be aware that less verbose log levels exist.
Some might not want to log every incoming request, for example.

This commit also adds syntax hints to the code-fence for bash for better
syntax highlighting of that section, and repeats itself multiple times,
that `info` is, in fact, the default.

No changes to the recommendation of log levels were made.
2024-02-12 18:00:51 +01:00