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

use a specific logger #55

Open
iakovgan opened this issue Aug 18, 2015 · 4 comments
Open

use a specific logger #55

iakovgan opened this issue Aug 18, 2015 · 4 comments
Assignees

Comments

@iakovgan
Copy link

I have constatly a warning message:

Thereis a conflit trying to redefine method"

I do not use concerned functionality and i would like just to disable this message. This would be easy if python-foreman uses a specific "foreman" logger (logger = logging.getLogger(__name__)) and not a general 'root' (logging). So that user can specify the level of verbosity and supress warning on his own risk.

ex:

logging.warning(

@david-caro david-caro self-assigned this Aug 21, 2015
@david-caro
Copy link
Owner

related to #54

@david-caro
Copy link
Owner

Should be fixed by #56

@david-caro
Copy link
Owner

Let me know if that works for you

@pief
Copy link
Contributor

pief commented Feb 16, 2016

Also see #63 now.

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