-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
How to activate it in development environment #42
Comments
I have the same problem. What is restricting lograge to production environments only? |
I honestly haven't tried it myself. The use case for having terse log output is just more appropriate for production environments, and locally it may make sense to get the full output for development. However, I'd be happy to accept any pull requests to change that behaviour :) |
@shunwen positive for version "0.2.2" :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this
config.lograge.enabled = true
in mydevelopment.rb
but log is still the Rails default.The text was updated successfully, but these errors were encountered: