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
feat(logging): auto-enable structured_logging in Rails (#2721)
* feat(logging): auto-enable structured_logging
When config.enable_logs is true, enable structured
logging in Rails automatically too.
Closes#2715
* Update CHANGELOG
* Rework to use a callback
* Use new syntax for config callbacks
* No need for parent_config after all
0 commit comments