adding ns_lcm_op_occs instantiate terminate action (primitive)
[osm/RO.git] / lcm / osm_lcm / lcm.cfg
index a44ee75..c62ee25 100644 (file)
@@ -1,17 +1,18 @@
 
-# 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:
-    #host:   ro          # hostname or IP
-    host:   localhost
+    host:   ro          # hostname or IP
     port:   9090
     tenant: osm
+    loglevel: DEBUG
+    #logfile:  /var/log/osm/lcm-ro.log
 
 #[VCA]
 VCA:
@@ -19,6 +20,8 @@ VCA:
     port:   17070
     user:   admin
     secret:   secret
+    loglevel: DEBUG
+    #logfile:  /var/log/osm/lcm-vca.log
 
 #[database]
 database:
@@ -28,18 +31,24 @@ 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:
-    driver: local       # local or kafka
+    driver: kafka       # local or kafka
     # for local provide file path
     path:   /app/storage/kafka
     # for kafka provide host and port
     host:   kafka
     port:   9092
+    loglevel: DEBUG
+    #logfile:  /var/log/osm/lcm-message.log