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

tetra: Added dynamic log level change option #2643

Merged

Commits on Aug 9, 2024

  1. Added dynamic log level change option

    Added a tetra loglevel subcommand which allows one to dynamically
    change Tetragon's log level without restarting it.
    
    Signed-off-by: Philip Schmid <[email protected]>
    PhilipSchmid committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a09e283 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. doc: Documentation for tetra's log level subcommand

    Signed-off-by: Philip Schmid <[email protected]>
    PhilipSchmid committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8b2d1d3 View commit details
    Browse the repository at this point in the history
  2. Refactored dynamic log level change option

    Due to this new refactoring it's possible to only use two new gRPC
    endpoints which are then extendable in the future for things like
    gops, pprof, etc. configurations.
    
    Signed-off-by: Philip Schmid <[email protected]>
    PhilipSchmid committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    077b523 View commit details
    Browse the repository at this point in the history
  3. Added basic server.go tests

    Signed-off-by: Philip Schmid <[email protected]>
    PhilipSchmid committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a0c4b49 View commit details
    Browse the repository at this point in the history