Commit e8e57f64 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch '23-check-the-logging-level-of-cridge-and-osom-at-docker-compose' into 'develop'

Resolve "Check the logging level of CRIDGE and OSOM at docker-compose"

See merge request !30
parents 857d5886 489497b0
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