-
Notifications
You must be signed in to change notification settings - Fork 2
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
Configurable logger #64
Comments
Recently i've played around with the idea of a configurable reporter for all linters/formatters to aid with #88 and #48. The reporter could be configured to output the warnings into a file, which one could continiously read using This would be an extra step though for the dev to remember. I wondered about reading a socket and printing unless the socket is mounted. ensuring that the linting is not lost. |
Looking good! In the end it'd be a configurable choice (stdout, file, ...) so feel free to proceed |
with this I had meant that similarly to Our final design was different, guided for the need for unifying various loggers' output (for comprehensibility). The tradeoff was perceived performance, as hinted in #116 (comment) ; but probably we'll be able to address it somehow. |
Linters' output can clog the REPL, particularly when working with 'legacy' projects.
Would be nice to have a configurable logger, which would follow a hierarchy as per usual (global -> per-member)
The text was updated successfully, but these errors were encountered: