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
@phstc I have provided log file path in shoryuken.yml file, but it is not picked at all. Could it be because initialize_logger comes before shoryuken options are merged with config_file_options? Or is that intentional? Also is there a list of attributes that can be provided and configured in shoryuken.yml?
The text was updated successfully, but these errors were encountered:
Also is there a list of attributes that can be provided and configured in shoryuken.yml?
Unfortunately, it's spread in the README and Wiki entries. But it would be awesome to have wiki entry for that, if you research on that, would you mind to add a wiki entry with all options?
@phstc I have provided log file path in shoryuken.yml file, but it is not picked at all. Could it be because initialize_logger comes before shoryuken options are merged with config_file_options?
There's a PR #181 to fix that, could you test it? If it works, let's merged it. I didn't have a chance to test it yet.
@phstc I'd say moving this line to first should solve problems and have no impact as you're invoking logger only in load_rails. And use (options[:logger] || Shoryuken.options[:logger]) inside the method.
@phstc I have provided log file path in shoryuken.yml file, but it is not picked at all. Could it be because initialize_logger comes before shoryuken options are merged with config_file_options? Or is that intentional? Also is there a list of attributes that can be provided and configured in shoryuken.yml?
The text was updated successfully, but these errors were encountered: