In the log viewer, Render infers log levels based on certain keywords like "error". I find this undesirable and just want the original log levels to be respected.
For example, I'm logging an expected error at the info level with a message like "Expected error..." and Render's log viewer captures it as "level:error" even though I logged it at the info level.
I can see this inference being useful for logging systems without levels, but if the logging system has levels, just respect those and don't change them based on inference.