X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.cfg;h=2d2a9cc68a84cf9c3580ea4802c51c287e72d7f3;hb=00bdd8b2ba28833a250cbb86170039b393251c36;hp=e4dc4e1d58a1d8108e51b456486a8ca9792a697c;hpb=20fc2a23c457b0206e6361a1652232d58c488b3c;p=osm%2FRO.git diff --git a/openmanod.cfg b/openmanod.cfg index e4dc4e1d..2d2a9cc6 100644 --- a/openmanod.cfg +++ b/openmanod.cfg @@ -29,7 +29,7 @@ http_port: 9090 # General port (by default, 9090) # Not used in current version! #Parameters for a VIM console access. Can be directly the VIM URL or a proxy to offer the openmano IP address -#http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is +http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is #assumed then, that client can access directly to the VIMs #http_console_host: #by default the same as 'http_host'. However is openmano server is behind a NAT/proxy #you should specify the public IP used to access the server. Also when 'http_host' is @@ -51,15 +51,22 @@ 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 -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 logging settings +#log_level_db: DEBUG #database log levels +#log_file_db: /opt/openmano/logs/openmano_db.log +#log_level_vim: DEBUG #VIM connection log levels +#log_file_vim: /opt/openmano/logs/openmano_vimconn.log +#log_level_nfvo: DEBUG #Main engine log levels +#log_file_nfvo: /opt/openmano/logs/openmano_nfvo.log +#log_level_http: DEBUG #Main engine log levels +#log_file_http: /opt/openmano/logs/openmano_http.log + #Uncomment to send logs via IP to an external host #log_socket_host: localhost log_socket_port: 9022