Skip to content

Commit 8f9af89

Browse files
committed
Fix: change log level in dev env
1 parent cb95a4d commit 8f9af89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-dev.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ spring.data.redis.host=${REDIS_ENDPOINT_DEV}
88
spring.data.redis.port=6379
99

1010
# Logging for Dev Environment
11-
logging.level.com.linglevel.api=DEBUG
11+
logging.level.com.linglevel.api=INFO
1212
logging.level.org.springframework.data.mongodb=WARN
13-
logging.level.root=DEBUG
13+
logging.level.root=INFO
1414

1515
# Swagger UI Configuration
1616
springdoc.swagger-ui.enabled=true

0 commit comments

Comments
 (0)