We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dc4ef commit 03ffcdbCopy full SHA for 03ffcdb
src/main.zig
@@ -373,7 +373,11 @@ const Command = struct {
373
\\ Defaults to
374
++ (if (builtin.mode == .Debug) " pretty." else " logfmt.") ++
375
\\
376
- \\ --user_agent_suffix
+ \\--log_filter_scopes
377
+ \\ Filter out too verbose logs per scope:
378
+ \\ http, unknown_prop, script_event, ...
379
+ \\
380
+ \\--user_agent_suffix
381
\\ Suffix to append to the Lightpanda/X.Y User-Agent
382
383
;
0 commit comments