-
Notifications
You must be signed in to change notification settings - Fork 242
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
Adjust logging levels #401
Comments
btw, I tried the |
Later edit: The following only apply if you are also using compoundjs: Have you tried adding |
@randunel Hi again. Been a while. Wheew! Im still looking to get not log all the db queries. I tried adding module.exports =
|
After a bit of playing with it, this seems to work. If anyone is interested:
|
Hi there,
Is there a way to adjust the logging levels of what is outputted from the database.
On my local machine and on heroku the logs have a lot of this:
2014-05-04T21:43:01.113622+00:00 app[web.1]: SELECT * FROM "People" WHERE "id" = 123 LIMIT 1 [3 ms]
Which is fine for some things, but it would be really nice to be able to reduce the log level s so I can find another bug from the logs.
Is there a way to do this?
Thanks for your help. I really like this platform.
The text was updated successfully, but these errors were encountered: