You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have constatly a warning message:
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:
python-foreman/foreman/client.py
Line 324 in 4f3ee2f
The text was updated successfully, but these errors were encountered: