canonical / tempo-k8s-operator

https://charmhub.io/tempo-k8s
Apache License 2.0
5 stars 3 forks source link

Reduce log spam on looking up tracer #67

Closed mmkay closed 8 months ago

mmkay commented 8 months ago

Issue

Reduce log spam on tracer context variable lookup. These logs aren't relevant in most cases.

Fixes #66

mmkay commented 8 months ago

@sed-i : some of the logs you mentioned are in the context of tracing lib and point exactly at the relation not being present and don't make sense once the relation is established. In charm_tracing we don't have the notion of the relation altogether. I agree, though, that some of them don't add value / shouldn't be warnings. I did one more prune in charm_tracing so that log overhead is reduced.