Commit 1a4b8e3f authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Switch Metrico's logging level to INFO

parent c3417c13
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -369,8 +369,8 @@ services:
        "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
        "spring.activemq.user": "artemis",
        "spring.activemq.password": "artemis",
        "logging.level.org.springframework" : "DEBUG",
        "logging.level.org.etsi.osl.metrico" : "DEBUG"
        "logging.level.org.springframework" : "INFO",
        "logging.level.org.etsi.osl.metrico" : "INFO"
        }'
    logging:
      driver: "json-file"
+2 −2
Original line number Diff line number Diff line
@@ -123,9 +123,9 @@ mysql:

metrico:
  enabled: true
  logLevel: DEBUG
  logLevel: INFO
  spring:
    loglevel: DEBUG
    loglevel: INFO
  
cridge:
  enabled: true