Skip to content

Commit

Permalink
adds more properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Jul 15, 2023
1 parent bc1ee50 commit f60e31f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ vscode:
- Pivotal.vscode-boot-dev-pack
- GabrielBB.vscode-lombok
- ms-azuretools.vscode-docker
- redhat.java

ports:
- port: 5050
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
application.name=boot-kafka-reactor-consumer
spring.application.name=boot-kafka-reactor-consumer
server.port=8081
server.shutdown=graceful
spring.jmx.enabled=false
spring.webflux.problemdetails.enabled=true
################ Logging #####################
logging.file.name=logs/${application.name}.log
logging.file.name=logs/${spring.application.name}.log
logging.level.web=INFO
logging.level.sql=INFO
## To enable transaction details logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
spring.application.name=boot-kafka-reactor-producer
server.port=8080
server.shutdown=graceful
spring.jmx.enabled=false
spring.webflux.problemdetails.enabled=true

################ Logging #####################
logging.file.name=logs/boot-kafka-reactor-producer.log
logging.file.name=logs/${spring.application.name}.log
logging.level.web=INFO
logging.level.sql=INFO
## To enable transaction details logging
Expand Down

0 comments on commit f60e31f

Please sign in to comment.