We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every time I start my environment with log level WARN I get the following message from all of my workers:
WARN
WARN: Loading runner configuration...
This seems to be defined here:
sneakers/lib/sneakers/runner.rb
Line 43 in 7c059d1
Shouldn't this be Sneakers.logger.info as it is not an actionable warning?
Sneakers.logger.info
The text was updated successfully, but these errors were encountered:
@gabrieljoelc what do you think? I'd be happy to submit a PR.
Sorry, something went wrong.
yes it should and yes please do! 🙏
8827f7b
Thanks @gabrieljoelc & @michaelklishin 😊👏
Closes jondot#400
743e6c9
No branches or pull requests
Every time I start my environment with log level
WARN
I get the following message from all of my workers:This seems to be defined here:
sneakers/lib/sneakers/runner.rb
Line 43 in 7c059d1
Shouldn't this be
Sneakers.logger.info
as it is not an actionable warning?The text was updated successfully, but these errors were encountered: