v0.4.42 logging format for OSM integration
[osm/RO.git] / openmanod.cfg
index ddf2b0f..6328bdf 100644 (file)
@@ -42,20 +42,19 @@ db_name:   mano_db            # Name of the MANO DB
 #other MANO parameters
 #  Folder where the VNF descriptors will be stored
 #  The folder will be created in the execution folder if it does not exist
-vnf_repository: "./vnfrepo"   # Use an absolute path to avoid misunderstandings 
+#vnf_repository: "./vnfrepo"   # Use an absolute path to avoid misunderstandings 
 
 
-#logging parameters       # DEBUG, INFO, WARNING, ERROR, CRITICAL
-log_level:         DEBUG  #general log levels      
+#logging parameters for internal file stororage
+   #choose among: DEBUG, INFO, WARNING, ERROR, CRITICAL
+log_level:         DEBUG  #general log levels for internal logging      
 log_level_db:      DEBUG  #database log levels
 log_level_vimconn: DEBUG  #VIM connection log levels
 log_level_nfvo:    DEBUG  #Main engine log levels
+#standard output is used unless 'log_file' is specify 
+#log_file:          /var/log/openmano/openmano.log
 
 #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
-
-
+#log_socket_host:   localhost
+log_socket_port:   9022
+log_socket_level:  DEBUG  #general log levels for socket logging