Update server_environment/serv_config.py
Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
This commit is contained in:
parent
f86952114c
commit
cdb9ec25d9
|
|
@ -61,8 +61,8 @@ _boolean_states = {
|
|||
|
||||
def _load_running_env():
|
||||
if not system_base_config.get("running_env"):
|
||||
_logger.warning("`running_env` not found. Using default = `test`.")
|
||||
_logger.warning(
|
||||
_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."
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue