Skip to content
Snippets Groups Projects

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

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading