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
LogRecord objects can hold arbitrary arguments - we should probably call getMessage() in our custom handler and store only the string, rather than hanging on to the LogRecord object. This might also simplify serialising the logs later.
The text was updated successfully, but these errors were encountered:
LogRecord objects can hold arbitrary arguments - we should probably call
getMessage()
in our custom handler and store only the string, rather than hanging on to the LogRecord object. This might also simplify serialising the logs later.The text was updated successfully, but these errors were encountered: