Document log_filter_scope argument

Add fetch logging
This commit is contained in:
Karl Seguin
2025-12-18 20:48:14 +08:00
parent 46f8a11339
commit 3e03f7559f
6 changed files with 44 additions and 12 deletions

View File

@@ -305,6 +305,11 @@ const Command = struct {
\\--log_format The log format: pretty or logfmt.
\\ Defaults to
++ (if (builtin.mode == .Debug) " pretty." else " logfmt.") ++
\\
\\
\\--log_filter_scopes
\\ Filter out too verbose logs per scope:
\\ http, unknown_prop, event, ...
\\
\\ --user_agent_suffix
\\ Suffix to append to the Lightpanda/X.Y User-Agent