Vladimir
Vladimir
1. I am using v2.7.0 BETA from GitHub Releases on MacOS 26.1 (Silicon). I used [this method](https://github.com/elfmz/far2l/wiki/Running-far2l-with-debug-logging-enabled) to enable logging. Is there any extra debug logging I can activate? 2....
@exkrexpexfex linking the proper lib helped! Thanks a lot. @elfmz, I am guessing, the question is what version of that lib gets packaged on GitHub agents. In the package, the...
@lmolkova I tried `openTelemetry.shutdown()` as well as `Thread.sleep(...)` at the end, but it did not change anything.
Yes, that's exactly what I am saying in the initial post. I am not ready to blame the Databricks runtime, though. It should be a regular Java runtime. I'd rather...
Hi @trask! Thank you for investigation, at least now we understand the reason. In terms of fixing, how can we tell the library to stop using Netty and start using...
@trask you saved my day! Or maybe week... Indeed, there is an option to exclude, which worked as expected. Now traces and metrics are coming (which is the main thing...
Indeed, appender's `setOpenTelemetry()` connected the dots! It is unbelievable, we've got from nothing to all three types of telemetry. Thanks a lot for help. To be more accurate, though, the...
No, I mean, if you use `ConfigurationBuilder`. Check this out: https://github.com/greatvovan/log4j-dynamic-config-example/blob/main/src/main/java/io/opentelemetry/example/logappender/Application2.java#L46-L47 It is still dynamic, but `OpenTelemetryAppender.install()` does its work. Not sure to which extent it is useful, but I...
My issue is resolved, and I am good with closing this, but I am thinking if we can derive moral from the story. Could the library handle the problem of...