-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
This is a follow up on this issue #59
This gem expects a log level to be explicitly provided in the yaml/environment.rb files failing which it assumes the WARN level as seen here
Line 116 in aca2843
| logger.level = config.log_level || Logger::WARN |
Will it better if we fallback to
Rails.logger.level if nothing is specified? I think users would expect LogStasher to use the same severity level as configured for Rails.I am willing to make this change if it sounds good, or atleast add the current way to documentation because I suspect this is going to be a breaking change
ibrahima
Metadata
Metadata
Assignees
Labels
No labels