You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# no args are provided so it's *mostly* safe to use the message template as the body
526
-
body=record.msg
527
-
else:
528
-
body=record.getMessage()
513
+
body=record.getMessage()
529
514
530
515
# related to https://github.com/open-telemetry/opentelemetry-python/issues/3548
531
516
# Severity Text = WARN as defined in https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#displaying-severity.
0 commit comments