Closed
Description
I only receive the following non-descript error logs, despite calling tracing::error! with more specifics
:
{
"time": "2024-04-26T23:09:32.311Z",
"type": "platform.initRuntimeDone",
"record": {
"initializationType": "on-demand",
"phase": "init",
"status": "error",
"errorType": "Runtime.ExitError"
}
}
Example of how I call tracing:
let err_info = format!("Something very very bad happened");
tracing::error!(name: "invalid_input", "Invalid input: {}", err_info);
Metadata
Metadata
Assignees
Labels
No labels