Skip to content

Commit 7b5a6e1

Browse files
committed
fix: add whitespace for improved readability in JSONFormatter class
1 parent 8b7db7e commit 7b5a6e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def format(self, record):
1717
'function': record.funcName,
1818
'line': record.lineno
1919
}
20+
2021
if hasattr(record, 'duration'):
2122
log_entry['duration_ms'] = record.duration
2223
if hasattr(record, 'endpoint'):

0 commit comments

Comments
 (0)