Commit 9fa96ce3 authored by Noel Alonso's avatar Noel Alonso
Browse files

Arregla problema con valor off

parent f7b5c2af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ maven-build-commands:
  variables:
    MAVEN_OPTS: -Dmaven.repo.local=.m2/repository
    SPRING_PROFILES_ACTIVE: test
    LOGGING_LEVEL_ROOT: off
    LOGGING_LEVEL_ROOT: "off"
    LOGGING_LEVEL_ORG_SPRINGFRAMEWORK: error
    LOGGING_LEVEL_ES_REDMIC: error
    OAUTH_CLIENT_ID: ${DEV_OAUTH_CLIENT_ID}