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
The other enhancement I made was our developers don't have to know if the message they want to log are > 4K, so logger.error(my_variable); looks if my_variable is > 4K and automatically stores it in the extra column together with a short hint in the text column that the text is too long and can be found in the extra column
Note: We already do something similar for the log_params functionality.