Skip to content
Snippets Groups Projects
Commit e8e57f64 authored by trantzas's avatar 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
No related branches found
No related tags found
3 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!30Resolve "Check the logging level of CRIDGE and OSOM at docker-compose"
Pipeline #6631 passed
...@@ -237,7 +237,8 @@ services: ...@@ -237,7 +237,8 @@ services:
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.user": "artemis", "spring.activemq.user": "artemis",
"spring.activemq.password": "artemis", "spring.activemq.password": "artemis",
"logging.level.org.springframework" : "INFO" "logging.level.org.springframework" : "INFO",
"logging.level.org.etsi.osl.osom" : "INFO"
}' }'
volumes: volumes:
- ./repo:/root - ./repo:/root
...@@ -301,7 +302,7 @@ services: ...@@ -301,7 +302,7 @@ services:
"spring.activemq.user": "artemis", "spring.activemq.user": "artemis",
"spring.activemq.password": "artemis", "spring.activemq.password": "artemis",
"logging.level.org.springframework" : "INFO", "logging.level.org.springframework" : "INFO",
"org.etsi.osl.cridge" : "DEBUG" "logging.level.org.etsi.osl.cridge" : "INFO"
}' }'
networks: networks:
- front - front
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment