v0.4.41 logging added. Split database into a base class db_base with general methods...
[osm/RO.git] / openmanod.cfg
index 8670fe4..ddf2b0f 100644 (file)
@@ -44,3 +44,18 @@ db_name:   mano_db            # Name of the MANO DB
 #  The folder will be created in the execution folder if it does not exist
 vnf_repository: "./vnfrepo"   # Use an absolute path to avoid misunderstandings 
 
+
+#logging parameters       # DEBUG, INFO, WARNING, ERROR, CRITICAL
+log_level:         DEBUG  #general log levels      
+log_level_db:      DEBUG  #database log levels
+log_level_vimconn: DEBUG  #VIM connection log levels
+log_level_nfvo:    DEBUG  #Main engine log levels
+
+#Uncomment to send logs via IP to an external host
+#log_host:         localhost
+#log_port:         1111
+
+#Uncomment to store in a file. Ensure path exists and to having write permissions
+#log_file:         /var/log/openmano/openmano.log
+
+