Changes in several installation and init scripts to remove mysql warnings and become...
[osm/RO.git] / openmanod.cfg
index e4dc4e1..0540e1b 100644 (file)
@@ -54,12 +54,19 @@ db_name:   mano_db            # Name of the MANO DB
 #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
 
+#individual loggin settings
+#log_level_db:      DEBUG  #database log levels
+#log_file_db:       /var/log/openmano/openmano_db.log
+#log_level_vim:     DEBUG  #VIM connection log levels
+#log_file_vim:      /var/log/openmano/openmano_vimconn.log
+#log_level_nfvo:    DEBUG  #Main engine log levels
+#log_file_nfvo:      /var/log/openmano/openmano_nfvo.log
+#log_level_http:    DEBUG  #Main engine log levels
+#log_file_http:      /var/log/openmano/openmano_http.log
+
 #Uncomment to send logs via IP to an external host
 #log_socket_host:   localhost
 log_socket_port:   9022