Skip to content

Commit f7abf09

Browse files
authored
Merge pull request #1184 from lightpanda-io/usage-fix
add --log_filter_scopes usage
2 parents 73217f7 + 03ffcdb commit f7abf09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main.zig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,11 @@ const Command = struct {
373373
\\ Defaults to
374374
++ (if (builtin.mode == .Debug) " pretty." else " logfmt.") ++
375375
\\
376-
\\ --user_agent_suffix
376+
\\--log_filter_scopes
377+
\\ Filter out too verbose logs per scope:
378+
\\ http, unknown_prop, script_event, ...
379+
\\
380+
\\--user_agent_suffix
377381
\\ Suffix to append to the Lightpanda/X.Y User-Agent
378382
\\
379383
;

0 commit comments

Comments
 (0)