Commit 489497b0 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

added the framework and component level logging for OSOM and CRIDGE

parent 857d5886
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -237,7 +237,8 @@ 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.osom" : "INFO"        
      }'
    volumes:
    - ./repo:/root
@@ -301,7 +302,7 @@ services:
        "spring.activemq.user": "artemis",
        "spring.activemq.password": "artemis",
        "logging.level.org.springframework" : "INFO",
        "org.etsi.osl.cridge" : "DEBUG"          
        "logging.level.org.etsi.osl.cridge" : "INFO"          
      }'
    networks:
    - front