v0.4.41 logging added. Split database into a base class db_base with general methods...
[osm/RO.git] / openmanod.cfg
index e8aba16..ddf2b0f 100644 (file)
@@ -46,6 +46,16 @@ vnf_repository: "./vnfrepo"   # Use an absolute path to avoid misunderstandings
 
 
 #logging parameters       # DEBUG, INFO, WARNING, ERROR, CRITICAL
-log_level:       DEBUG
-log_level_db:    DEBUG
-log_level_vimconn:    DEBUG
+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
+
+