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
To filter logs currently it is necessary to parse the messages that it passed to ROARR.write in JSON format, resulting in a potentially CPU-intensive filtering logic.
My proposal is to pass unserialized message as second parameter to ROARR.write to avoid JSON parsing for each log message.
To filter logs currently it is necessary to parse the messages that it passed to
ROARR.write
in JSON format, resulting in a potentially CPU-intensive filtering logic.My proposal is to pass unserialized message as second parameter to
ROARR.write
to avoid JSON parsing for each log message.Context: gajus/slonik#277
The text was updated successfully, but these errors were encountered: