Merge "Exclude debug for keystoneauth1 and paramiko"
This commit is contained in:
@@ -64,3 +64,8 @@ logging.config.dictConfig(LOGGER_SETTINGS)
|
||||
# set logging timezone to GMT
|
||||
logging.Formatter.converter = time.gmtime
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# Mute debug from packages
|
||||
logging.getLogger('paramiko.transport').setLevel(logging.WARNING)
|
||||
logging.getLogger('paramiko.hostkeys').setLevel(logging.WARNING)
|
||||
logging.getLogger('keystoneauth.session').setLevel(logging.WARNING)
|
||||
|
||||
Reference in New Issue
Block a user