There was an error while loading. Please reload this page.
1 parent 8b7db7e commit 7b5a6e1Copy full SHA for 7b5a6e1
1 file changed
app/app.py
@@ -17,6 +17,7 @@ def format(self, record):
17
'function': record.funcName,
18
'line': record.lineno
19
}
20
+
21
if hasattr(record, 'duration'):
22
log_entry['duration_ms'] = record.duration
23
if hasattr(record, 'endpoint'):
0 commit comments