You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a log entry contains a level keyword like "failed" and a colon afterwards, an additional log entry with everything after the keyword + colon gets shown in the log viewer.
Example: [2022-11-13 13:13:33] local.WARNING: Request failed: reason test
When a log entry contains a level keyword like "failed" and a colon afterwards, an additional log entry with everything after the keyword + colon gets shown in the log viewer.
Example:
[2022-11-13 13:13:33] local.WARNING: Request failed: reason test
Reproducable with:
Log::warning("Request failed: reason test");
Gets shown as:
The text was updated successfully, but these errors were encountered: