wallezhang
wallezhang
I came into the same problem, is it solved? @moses-palmer
Why doesn't the appender use auto configured `LogEmitterProvder` in `GlobalOpenTelemetry` directly? I think the global setter in appender is used for configure `LogEmitterProvider` manually.
> @wallezhang `GlobalOpenTelemetry` doesn't have accessors for `SdkLogEmitterProvider` because `GlobalOpenTelemetry` is part of the API package, and there is no otel logging API. `SdkLogEmitterProvider` is part of the logging SDK....
@anuraaga Yes, of course I will use slf4j to print log in application. But I think the appender provided in the instrumentation library is a little complicated to use. When...
Thanks for reply. I'll try it first.
> 好的,感谢建议,我们优化下 如果评估需要做的话,我可以优化一下
> the "tracing" signal provides a "sampler" in the SDK, but for logging we do not have an SDK defined yet. Is there a plan to add sampler in logging?
Please assign to me. I'll try to work on this.