Oct 17, 2025
Improvements to our internal logger
Ruby4.7.5
Fixed
- Fix an issue with loggers not supporting a formatter on Rails boot. This will prevent the AppSignal logger config from running into an error if the logger configuration is added to
config/application.rb
or one of the environments inconfig/environments/
. - Do not log long (error) messages to the internal AppSignal log. If an error like
ActionController::BadRequest
occurred and the error message contained the entire file upload, this would grow theappsignal.log
file quickly if the error happens often. Internal log messages are now truncated by default.
View the Ruby gem v4.7.5 changelog for more information.