more streamlog column names

pull/401/head
Mike Lang 1 month ago
parent 484e768303
commit b68abb92e2

@ -118,7 +118,7 @@ class StreamLogEventsMiddleware(Middleware):
} }
# Maps DB column names to the url part you need to write to to set it. # Maps DB column names to the url part you need to write to to set it.
self.write_map = { self.write_map = {
"state": "video_state", "state": "video_processing_state",
"error": "video_errors", "error": "video_errors",
"video_link": "video", "video_link": "video",
} }

Loading…
Cancel
Save