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

Option to disable 'LOADING' debug output in development env? #1550

Closed
dphase opened this issue Jan 9, 2014 · 3 comments
Closed

Option to disable 'LOADING' debug output in development env? #1550

dphase opened this issue Jan 9, 2014 · 3 comments
Milestone

Comments

@dphase
Copy link

dphase commented Jan 9, 2014

I'm very glad 0.12 shows load times for individual files on boot as it's something I've wanted for a long time. However, due to the size of our main project, this kinda gets in the way when outputting a ton of lines to the terminal when running just a small rake task. Thoughts on a solution?

@ujifgc
Copy link
Member

ujifgc commented Jan 9, 2014

I guess we could shove :loading/:reloading messages into :devel log level. Or you could raise the level of rake tasks logging.

@nesquena
Copy link
Member

nesquena commented Jan 9, 2014

I think having some way to "silence" the loading/reloading messages might be nice (i.e being able to change the log level) since for large projects I imagine it might become overly verbose? What do you think?

@dphase
Copy link
Author

dphase commented Jan 9, 2014

Maybe a more granular way to control log level. Turning off all DEBUG messages would be counterproductive.

@ujifgc ujifgc closed this as completed in 906d91d Jan 20, 2014
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

No branches or pull requests

3 participants