Skip to main content

myrmic telemetry set-filter

Name

myrmic telemetry set-filter - Change the log filter on all connected swarm nodes

Synopsis

myrmic telemetry set-filter [OPTIONS] [FILTER]

Description

Changes the active log filter on all connected swarm nodes without a restart. FILTER uses the tracing crate's EnvFilter format - level and target expressions, e.g. info or debug,zenoh=off.

Options

-v / --verbose

Verbose mode, shows more detail about what the command is doing. Useful for debugging. Can be set to -vv for even more detail.

-h, --help

Prints help information.

Examples

  1. Set the log level to info:
myrmic telemetry set-filter "info"
  1. Set debug logging and silence the zenoh crate:
myrmic telemetry set-filter "debug,zenoh=off"
Cookie Policy