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

auto_instruments ignored files message cannot be disabled for rails console #356

Closed
klyonrad opened this issue Sep 29, 2020 · 0 comments · Fixed by #438
Closed

auto_instruments ignored files message cannot be disabled for rails console #356

klyonrad opened this issue Sep 29, 2020 · 0 comments · Fixed by #438

Comments

@klyonrad
Copy link

following config

  log_level: error
  auto_instruments: true
  auto_instruments_ignore: ['application_controller']

Then I enable autoloading and when I start the rails console I get dozens of this message (we have a lot of application_controllers)

By the way, I don't think warn level is appropriate, this feels more liike an informational message

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 a pull request may close this issue.

1 participant