From 3b9397e6592d9bb9e9ae5e7aea31a96789e6130b Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 17 Jun 2024 09:36:42 +0200 Subject: contributing: fix double backtick This breaks mardown conversion to html. Fixes: 70f46757449c ("logging: homogenize levels") Signed-off-by: Robin Jarry --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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`. -- cgit