Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Support setting different log levels for different modules. #41

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

hengyoush
Copy link
Owner

Add log level options to cmd:

      --default-log-level int32           --default-log-level 4 # specify default log level, from 1(fatal level) to 5(debug level) (default 3)
      --agent-log-level int32             --agent-log-level 4 # specify agent module log level individually
      --bpf-event-log-level int32         --bpf-event-log-level 4 # specify bpf event log level individually
      --conntrack-log-level int32         --conntrack-log-level 4 # specify conntrack module log level individually
      --protocol-log-level int32          --protocol-log-level 4 # specify protocol module log level individually

@hengyoush hengyoush merged commit 325bcb7 into main Sep 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant