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
- Set the log level to info:
myrmic telemetry set-filter "info"
- Set debug logging and silence the
zenohcrate:
myrmic telemetry set-filter "debug,zenoh=off"