Skip to content

Commit

Permalink
Update src/main/resources/application-bdc.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 authored Aug 27, 2024
1 parent 0c08020 commit d205f76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/resources/application-bdc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ spring.datasource.driver-class-name=com.amazonaws.secretsmanager.sql.AWSSecretsM
spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/dict?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true
spring.datasource.username=${DATASOURCE_USERNAME}
server.port=80

# make datasource logs verbose for debugging
logging.level.com.amazonaws.secretsmanager.sql=DEBUG

# Make application logs verbose for debugging
logging.level.org.springframework=DEBUG

0 comments on commit d205f76

Please sign in to comment.