Update server_environment/serv_config.py

Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
This commit is contained in:
Olar Alca [Vauxoo] 2020-09-22 12:31:56 -05:00 committed by GitHub
parent f1ce51d78f
commit 633c49315f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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