We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb95a4d commit 8f9af89Copy full SHA for 8f9af89
src/main/resources/application-dev.properties
@@ -8,9 +8,9 @@ spring.data.redis.host=${REDIS_ENDPOINT_DEV}
8
spring.data.redis.port=6379
9
10
# Logging for Dev Environment
11
-logging.level.com.linglevel.api=DEBUG
+logging.level.com.linglevel.api=INFO
12
logging.level.org.springframework.data.mongodb=WARN
13
-logging.level.root=DEBUG
+logging.level.root=INFO
14
15
# Swagger UI Configuration
16
springdoc.swagger-ui.enabled=true
0 commit comments