enhance on database migration not prompt for pass if no needed
[osm/RO.git] / openmanod.cfg
index 0540e1b..4ae845b 100644 (file)
@@ -51,21 +51,21 @@ db_name:   mano_db            # Name of the MANO DB
 #vnf_repository: "./vnfrepo"   # Use an absolute path to avoid misunderstandings 
 
 
-#logging parameters for internal file stororage
+#general logging parameters 
    #choose among: DEBUG, INFO, WARNING, ERROR, CRITICAL
 log_level:         DEBUG  #general log levels for internal logging      
 #standard output is used unless 'log_file' is specify 
 #log_file:          /var/log/openmano/openmano.log
 
-#individual loggin settings
+#individual logging settings
 #log_level_db:      DEBUG  #database log levels
-#log_file_db:       /var/log/openmano/openmano_db.log
+#log_file_db:       /opt/openmano/logs/openmano_db.log
 #log_level_vim:     DEBUG  #VIM connection log levels
-#log_file_vim:      /var/log/openmano/openmano_vimconn.log
+#log_file_vim:      /opt/openmano/logs/openmano_vimconn.log
 #log_level_nfvo:    DEBUG  #Main engine log levels
-#log_file_nfvo:      /var/log/openmano/openmano_nfvo.log
+#log_file_nfvo:      /opt/openmano/logs/openmano_nfvo.log
 #log_level_http:    DEBUG  #Main engine log levels
-#log_file_http:      /var/log/openmano/openmano_http.log
+#log_file_http:      /opt/openmano/logs/openmano_http.log
 
 #Uncomment to send logs via IP to an external host
 #log_socket_host:   localhost