Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aprajshekhar committed Mar 3, 2024
1 parent 08aa4f6 commit da82e19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ server.port=8081
spring.application.name=userservice
spring.config.import=optional:configserver:${CONFIG_SERVER}
spring.jpa.open-in-view=false
spring.flyway.baseline-on-migrate = true
spring.flyway.baseline-on-migrate = true
#logging.file.path= write logs to the current directory
logging.file.name=${LOG_PATH}/myapp.log
logging.pattern.file= %d{yyyy-MMM-dd HH:mm:ss.SSS} %-5level [%thread] %logger{15} - %msg%n
logging.pattern.console= %d{yyyy-MMM-dd HH:mm:ss.SSS} %-5level [%thread] %logger{15} - %msg%n
logging.level.com.gamedoora=DEBUG

0 comments on commit da82e19

Please sign in to comment.