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

downgrade info #4

Closed
nsheff opened this issue Apr 10, 2019 · 2 comments
Closed

downgrade info #4

nsheff opened this issue Apr 10, 2019 · 2 comments

Comments

@nsheff
Copy link
Member

nsheff commented Apr 10, 2019

can this be moved to debug?

logmuse/logmuse/est.py

Lines 236 to 237 in b7e712c

logger.info("Configured logger '%s' using %s v%s",
logger.name, PACKAGE_NAME, __version__)

typical user is (and should be) completely unaware of logmuse

in general I favor as few printouts as possible in the default use case.

@nsheff
Copy link
Member Author

nsheff commented Apr 10, 2019

I also can't find the source of this message:

No handlers could be found for logger "looper.project"in any repository but it should also be downgraded... what is emitting that message (in caravel)?

@vreuter
Copy link
Member

vreuter commented Apr 10, 2019

It's emitted from logging itself when a call is made on a logger with no handlers.

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

2 participants