Adrian Cole
Adrian Cole
personally, I'm not terribly interested in whack-a-mole for each category, especially as spring logs are mostly interesting when you are debugging (which can be done locally without distributing to a...
one alternative to whack-a-mole would be to assign the root log level. then when you are debugging something, you set everything to DEBUG (which would work regardless of debugging kafka,...
> > Since we are using Spring framework to build our spark job and its > plugins, we should support insights into the framework as first class > citizen. >...
NEXT STEP: look into resetting the root logger (possibly via SparkConf if we are lucky enough for that to work). We are probably getting to a point where we'll need...
Each task in spark is me learning how to do something then helping make the change. I havent tried the below and if you cant troubleshoot and figure it out...
I did use regular log distribution until i figured out how to get dynamic to work. Most of this is testing.. i am hoping you will try some to figure...
glad to hear progress! as a hint, it probably involves affecting the property affecting files distributed to the cluster, where by default we only send the main jar and any...
@wilkinsona I think we can get away from all these deprecated things, sorry about the distraction. I'll mark draft and triple check!
should be an easier review, now. I had to add the zipkin-reporter bom not because of code in this change, but because Brave 6 no longer manages zipkin-reporter (Brave 6...
actually update to zipkin-reporter v3 will need to wait until [this](https://github.com/open-telemetry/opentelemetry-java/pull/6129) is released, as it seems boot is also importing otel exporter for `OpenTelemetryConfiguration` (note brave doesn't actually use this...