Skip to content
New issue

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

This prevents the cron from logging the Sidekiq startup message #1032

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented Feb 7, 2024

This helps keep my inbox clean.

@@ -50,7 +50,7 @@

# Include generic and useful information about system operation, but avoid logging too much
# information to avoid inadvertent exposure of personally identifiable information (PII).
config.log_level = :info
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@corylown corylown merged commit c0808ea into main Feb 9, 2024
3 checks passed
@corylown corylown deleted the warn_log_on_cron branch February 9, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants