You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging what turned into Azure#103, I added some minimal log
configuration to figure out what was happening. Note that this only logs
to stderr and is only configurable via the `AZURE_INIT_LOG` environment
variable. The most minimal usage is like this:
AZURE_INIT_LOG=info azure-init
Which emits anything at info level or high. Refer to the tracing
documentation[0] for more complex examples.
This doesn't try to integrate with OpenTelemetry or pipe logs to KVP;
those are being wired up in Azure#83.
[0] https://docs.rs/tracing-subscriber/0.3.18/tracing_subscriber/filter/struct.EnvFilter.html#directives
0 commit comments