Skip to content

Commit 117fa05

Browse files
authored
chore: update docs to mention debug logging config explicitly (#19329)
From https://coder.com/docs/admin/monitoring/logs#coderd-logs It wasn't overly clear what was needed to get debug logs, this PR adds a mention explaining it.
1 parent e99c33e commit 117fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/monitoring/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ machine/VM.
1717
options.
1818
- To only display certain types of logs, use
1919
the[`CODER_LOG_FILTER`](../../reference/cli/server.md#-l---log-filter) server
20-
config.
20+
config. Using `.*` will result in the `DEBUG` log level being used.
2121

2222
Events such as server errors, audit logs, user activities, and SSO & OpenID
2323
Connect logs are all captured in the `coderd` logs.

0 commit comments

Comments
 (0)