Pranav Marla
Pranav Marla
FYI, for my own future reference, here are some links I found containing important context for this issue: - https://github.com/open-telemetry/opentelemetry-python/blob/506300083e4b58947f8de64a9d42be5757fdccdd/opentelemetry-sdk/src/opentelemetry/sdk/_logs/__init__.py#L305-L522 - https://docs.python.org/3/library/logging.html#logging.Handler - https://github.com/open-telemetry/opentelemetry-python/pull/1916#discussion_r659945290 - https://github.com/open-telemetry/opentelemetry-specification/issues/2342 - https://github.com/open-telemetry/opentelemetry-specification/commit/441bafa8eda1697c3f0b975250e421e25da496b8 - https://github.com/srikanthccv/opentelemetry-specification/blob/ca593258953811eb33197976b8e565299b874853/specification/logs/logging-library-sdk.md
**Update:** I believe I've successfully completed the fix! It still needs to undergo internal review at my company but, once that's done, I'll be able to open a pull request...
@srikanthccv **Update:** I've opened a pull request with my fix here: https://github.com/open-telemetry/opentelemetry-python/pull/2863 Please check it out when you get a chance -- feel free to let me know if you...
> Should there be a global accessor for LogEmitterProvider? In java (discussed [here](https://github.com/open-telemetry/opentelemetry-java/issues/4081)) we think the answer is no because the global accessor is reserved for API components (i.e. MeterProvider,...
@davidnewhall Hope you can take a look at this when you get a chance
Great, thank you @davidnewhall !
Thanks @HorlogeSkynet -- I had no idea the symlinks mattered, that's good to know! When you get a chance, I'd appreciate it if you could clarify the following: 1. Going...
Thank you @HorlogeSkynet -- appreciate the speedy response! > Also, would I then need to rename the existing `rhel7` folder to something like `rhel7.0`? Would you mind clarifying this as...
Perfect, thanks!
FYI, I believe this is similar to issue [#3341](https://github.com/fluent/fluent-bit/issues/3341) from the Fluent Bit repo