Skip to content

Commit ec72d13

Browse files
committed
lint
1 parent d0c1ce8 commit ec72d13

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_configuration

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def _init_logging(
282282
if OTEL_PYTHON_LOG_FORMAT in environ:
283283
log_format = environ.get(OTEL_PYTHON_LOG_FORMAT, logging.BASIC_FORMAT)
284284
handler.setFormatter(logging.Formatter(log_format))
285-
root_logger.addHandler(handler)
285+
root_logger.addHandler(handler)
286286

287287

288288
def _patch_basic_config():

0 commit comments

Comments
 (0)