We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcd0a9 commit 1b9178aCopy full SHA for 1b9178a
ddtrace/internal/telemetry/logging.py
@@ -16,4 +16,4 @@ def emit(self, record: logging.LogRecord) -> None:
16
if record.levelno >= logging.ERROR:
17
# Capture start up errors
18
full_file_name = os.path.join(record.pathname, record.filename)
19
- self.telemetry_writer.add_error(1, record.msg % record.args, full_file_name, record.lineno)
+ self.telemetry_writer.add_error(1, record.msg, full_file_name, record.lineno)
0 commit comments