cherry-pick change default logging to stdout and info level
Change-Id: I0ca1f1d200b863eea042f0e75a87b10a2c9136a7
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/openmanod b/openmanod
index 6f4c1a8..d3e5522 100755
--- a/openmanod
+++ b/openmanod
@@ -49,7 +49,7 @@
__author__ = "Alfonso Tierno, Gerardo Garcia, Pablo Montes"
__date__ = "$26-aug-2014 11:09:29$"
__version__ = "0.5.75-r585"
-version_date = "Ago 2018"
+version_date = "Oct 2018"
database_version = 32 # expected database schema version
@@ -165,7 +165,8 @@
'db_ovim_user': 'RO_DB_OVIM_USER',
'db_ovim_passwd': 'RO_DB_OVIM_PASSWORD',
'db_port': 'RO_DB_PORT',
- 'db_port': 'RO_DB_PORT',
+ 'log_level': 'RO_LOG_LEVEL',
+ 'log_file': 'RO_LOG_FILE',
}
# Configure logging step 1
hostname = socket.gethostname()