From 6b89c9ca2f6c24d67ce6c71a8eae2a1a8ff11f03 Mon Sep 17 00:00:00 2001
From: Kostis Trantzas <ktrantzas@ece.upatras.gr>
Date: Thu, 27 Jun 2024 14:09:39 +0300
Subject: [PATCH] fix for #28

---
 compose/docker-compose.yaml.configure | 38 ++++++++++++++++++---------
 1 file changed, 25 insertions(+), 13 deletions(-)

diff --git a/compose/docker-compose.yaml.configure b/compose/docker-compose.yaml.configure
index f591da4..919c8ac 100644
--- a/compose/docker-compose.yaml.configure
+++ b/compose/docker-compose.yaml.configure
@@ -106,10 +106,11 @@ services:
         "spring.activemq.user": "artemis",
         "spring.activemq.password": "artemis",
         "logging.level.org.springframework" : "INFO",
+        "logging.level.org.etsi.osl.portal.api": "INFO",
         "spring.portal.main.domain": "http://localhost",
         "spring.portal.portal.title": "Openslice",
         "server.forward-headers-strategy":"FRAMEWORK"
-      }'
+        }'
     logging:
       driver: "json-file"
       options:
@@ -140,7 +141,7 @@ services:
         "spring.activemq.user": "artemis",
         "spring.activemq.password": "artemis",
         "logging.level.org.springframework" : "INFO"
-      }'
+        }'
     logging:
       driver: "json-file"
       options:
@@ -168,7 +169,7 @@ services:
         "bugzillaurl":"",
         "bugzillakey":"",
         "main_operations_product":""
-      }'
+        }'
     ports:
     - 13010:13010
     networks:
@@ -204,10 +205,11 @@ services:
         "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
         "spring.activemq.user": "artemis",
         "spring.activemq.password": "artemis",
-        "logging.level.org.springframework" : "INFO",      
+        "logging.level.org.springframework" : "INFO",
+        "logging.level.org.etsi.osl.tmf.api" : "INFO",      
         "kroki.serverurl" : "http://localhost/kroki",
-        "server.forward-headers-strategy":"FRAMEWORK"  
-      }'
+        "server.forward-headers-strategy":"FRAMEWORK"
+        }'
     logging:
       driver: "json-file"
       options:
@@ -239,8 +241,8 @@ services:
         "spring.activemq.user": "artemis",
         "spring.activemq.password": "artemis",
         "logging.level.org.springframework" : "INFO",
-        "logging.level.org.etsi.osl.osom" : "INFO"        
-      }'
+        "logging.level.org.etsi.osl.osom" : "INFO"
+        }'
     volumes:
     - ./repo:/root
     ports:
@@ -279,8 +281,13 @@ services:
         "spring.activemq.user": "artemis",
         "spring.activemq.password": "artemis",
         "logging.level.org.springframework" : "INFO",
-        "server.forward-headers-strategy":"FRAMEWORK"        
-      }'
+        "server.forward-headers-strategy":"FRAMEWORK"
+        }'
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "500m"
+        max-file: "3"         
     volumes:
     - ./repo:/root
     ports:
@@ -303,8 +310,13 @@ services:
         "spring.activemq.user": "artemis",
         "spring.activemq.password": "artemis",
         "logging.level.org.springframework" : "INFO",
-        "logging.level.org.etsi.osl.cridge" : "INFO"          
-      }'
+        "logging.level.org.etsi.osl.cridge" : "INFO"
+        }'
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "800m"
+        max-file: "3"        
     networks:
     - front
     - back
@@ -343,7 +355,7 @@ services:
         "spring.activemq.password": "artemis",
         "centrallogurl":"http://elk_ip:elk_port/index_name/_doc",
         "logging.level.org.springframework" : "INFO"
-      }'
+        }'
     ports:
     - 13013:13013
     networks:
-- 
GitLab