rails_semantic_logger icon indicating copy to clipboard operation
rails_semantic_logger copied to clipboard

`config.rails_semantic_logger.action_message_format` not working?

Open waferbaby opened this issue 7 months ago • 0 comments
trafficstars

Hello! Is this option still meant to work? I was hoping to format the ActionController log message with some custom details for our application, but trying to set a proc with the above config just throws an error:

undefined method `action_message_format=' for an instance of RailsSemanticLogger::Options (NoMethodError)

config.rails_semantic_logger.action_message_format = proc do |message, payload|

This is on rails_semantic_logger 4.17.0.

waferbaby avatar Apr 02 '25 05:04 waferbaby