diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 868d9f9..ed71c41 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -7,6 +7,9 @@ spring.jpa.properties.hibernate.default_schema=elrr spring.jpa.show-sql=true logging.level.org.springframework.security=INFO +logging.level.org.springframework=INFO +logging.level.com.deloitte=INFO +logging.level.root=ERROR cronExpression=0 0/1 * * * * diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b532da..53dcffc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,6 +7,9 @@ spring.jpa.properties.hibernate.default_schema=elrr spring.jpa.show-sql=true logging.level.org.springframework.security=INFO +logging.level.org.springframework=INFO +logging.level.com.deloitte=INFO +logging.level.root=ERROR cronExpression=0 0/1 * * * *