X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=lcm%2Fosm_lcm%2Flcm.cfg;h=fdc8b69fee46abae66f70c91c70f7859c668634f;hb=refs%2Ftags%2Fv3.0.3;hp=a44ee75cc32369eacd0c040e341e47c2899cbb9c;hpb=c887cc2fdd02c898ecd1f08d6927043027fd07eb;p=osm%2FRO.git diff --git a/lcm/osm_lcm/lcm.cfg b/lcm/osm_lcm/lcm.cfg index a44ee75c..fdc8b69f 100644 --- a/lcm/osm_lcm/lcm.cfg +++ b/lcm/osm_lcm/lcm.cfg @@ -1,10 +1,10 @@ -# TODO currently is a pure yaml format. Transform it to [ini] style with yaml inside to be coherent with other modules +# TODO currently is a pure yaml format. Consider to change it to [ini] style with yaml inside to be coherent with other modules #[global] global: - log_file: "" - log_level: DEBUG + loglevel: DEBUG + #logfile: /var/log/osm/lcm.log #[RO] RO: @@ -12,6 +12,8 @@ RO: host: localhost port: 9090 tenant: osm + loglevel: DEBUG + #logfile: /var/log/osm/lcm-ro.log #[VCA] VCA: @@ -19,6 +21,8 @@ VCA: port: 17070 user: admin secret: secret + loglevel: DEBUG + #logfile: /var/log/osm/lcm-vca.log #[database] database: @@ -28,12 +32,16 @@ database: name: osm user: user password: password + loglevel: DEBUG + #logfile: /var/log/osm/lcm-database.log #[storage] storage: driver: local # local filesystem # for local provide file path path: /app/storage + loglevel: DEBUG + #logfile: /var/log/osm/lcm-storage.log #[message] message: @@ -43,3 +51,5 @@ message: # for kafka provide host and port host: kafka port: 9092 + loglevel: DEBUG + #logfile: /var/log/osm/lcm-message.log