diff options
author | Robin Jarry <robin@jarry.cc> | 2024-06-17 09:36:42 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-06-17 09:37:42 +0200 |
commit | 3b9397e6592d9bb9e9ae5e7aea31a96789e6130b (patch) | |
tree | f4025f3221ccacf02eca88f82e70f204eb463fa9 | |
parent | cac8c4ed7ad81e59091b55d704c1c10d0547c643 (diff) | |
download | aerc-3b9397e6592d9bb9e9ae5e7aea31a96789e6130b.tar.gz |
contributing: fix double backtick
This breaks mardown conversion to html.
Fixes: 70f46757449c ("logging: homogenize levels")
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 756cd1bb..fa5984e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -309,7 +309,7 @@ If gofumpt accepts your code it's most likely properly formatted. ### Logging Aerc allows logging messages to a file. Either by redirecting the output to -a file (e.g. `aerc > aerc.log`), or by configuring `log-file` in ``aerc.conf`. +a file (e.g. `aerc > log`), or by configuring `log-file` in `aerc.conf`. Logging messages are associated with a severity level, from lowest to highest: `trace`, `debug`, `info`, `warn`, `error`. |