linter issues

This commit is contained in:
matthewswspence 2024-10-07 12:35:19 -05:00
parent ac02e8cb81
commit 491ce93b14
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
2 changed files with 7 additions and 3 deletions

View file

@ -479,7 +479,7 @@ class JsonServerFormatter(ServerFormatter):
if not hasattr(record, "server_time"):
record.server_time = self.formatTime(record, self.datefmt)
log_entry = {"server_time": record.server_time, "level": record.levelname, "message": formatted_record}
return json.dumps(log_entry)