Logger API spec and implementation differ
Example message actually generated by the backend:
{
"verbosity": 7,
"message": "Random Test Message <851702485>",
"timestamp": "2023-02-08T10:17:52.647600",
"author": "TestComp45",
"group": "TestGroup5",
"function": "void logSomething31(message&: String)",
"file": "folder/file22.cpp",
"tag": "",
"line": 99,
"thread_id": 556,
"backtrace": "",
"id": 161
}
Differences to the spec:
-
timestamp
should be an integer, not an ISO 8601 datetime string -
verbosity
should be a string like"INFO"
Either the spec or the implementation should be changed.