Expand description
Tracing-subscriber initialisation shared by both binaries.
Both manta-cli and manta-server call configure exactly once
at startup, after the config file has supplied a log directive.
Centralising the setup here keeps target filtering, the log → tracing bridge, and the timestamp toggle consistent across the two
binaries — useful when grepping logs from a CLI invocation that
triggered a server-side action.
Functions§
- configure
- Configure the global tracing subscriber and bridge
log::calls into it.