Improvements to our internal logger
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.rbor one of the environments inconfig/environments/. - Do not log long (error) messages to the internal AppSignal log. If an error like
ActionController::BadRequestoccurred and the error message contained the entire file upload, this would grow theappsignal.logfile 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.