Skip to content

Commit 9fed4c7

Browse files
committed
Simplifies logging configuration
Reduces verbosity of logging configuration for the production environment. Removes unnecessary logging level configurations, focusing on essential debugging information.
1 parent ace0ef4 commit 9fed4c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/application-prod.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ spring.data.mongodb.password=${MONGO_PASSWORD}
88
# Configuracao de Logs
99
logging.level.root=INFO
1010
logging.level.com.dmware.api_onibusbh=DEBUG
11-
logging.level.org.springframework.web=DEBUG
12-
logging.level.org.springframework.data.mongodb=DEBUG
11+
logging.level.org.springframework.web=DEBUG

0 commit comments

Comments
 (0)