Merge PR #58 into 13.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot 2020-10-04 08:32:59 +00:00
commit b881043766
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ _boolean_states = {
def _load_running_env(): def _load_running_env():
if not system_base_config.get("running_env"): if not system_base_config.get("running_env"):
_logger.warning("`running_env` not found. Using default = `test`.") _logger.info("`running_env` not found. Using default = `test`.")
_logger.warning( _logger.info(
"We strongly recommend against using the rc file but instead use an " "We strongly recommend against using the rc file but instead use an "
"explicit config file or env variable." "explicit config file or env variable."
) )