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

Add handling of different log levels for messages from Elm #221

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dzhu
Copy link

@dzhu dzhu commented Oct 26, 2019

This PR adds filtering for which Elm log messages actually get to the console, as well as a CLI option (-q) to control the verbosity level. Though there are three log levels, I kept it to just a binary toggle to keep things simple; I'm happy to take suggestions on that or anything else.

Closes #216, more or less (this does nothing for TS-generated messages, but my main issue, at least, was the many INFO: Load file ... lines, which can now be suppressed).

@itorras13
Copy link

Any updates on getting this in? would help clean our precommit output

@aschmois
Copy link

aschmois commented Sep 4, 2020

Would also like to ping on this, can I help move this forward in any way?

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.

Feature request: different verbosity levels
3 participants