Tom Monk
Results
1
issues of
Tom Monk
# Description Fixes issue #2485 Record logger name as the instrumentation scope name Approach: Cache one Logger object per Python logger name in LoggingHandler. The `@lru_cache` annotation on `get_logger` requires...