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 Marcos Oitaben
parent 091852e742
commit 4757188522
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{ {
"name": "server configuration environment files", "name": "server configuration environment files",
"version": "13.0.2.3.0", "version": "13.0.2.3.1",
"depends": ["base", "base_sparse_field"], "depends": ["base", "base_sparse_field"],
"author": "Camptocamp,Odoo Community Association (OCA)", "author": "Camptocamp,Odoo Community Association (OCA)",
"summary": "move some configurations out of the database", "summary": "move some configurations out of the database",

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."
) )