Skip to content

Commit

Permalink
Merge pull request #199 from Re-4aliens/feat/#196_elk-stack
Browse files Browse the repository at this point in the history
feat(application.yml) : 로깅 설정 추가
  • Loading branch information
suhyun0918 authored Oct 19, 2024
2 parents e9a75e4 + d3132e8 commit b6a3f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
spring:
profiles:
active: dev
active: prod
include: secret, matching

logging:
level:
org.springframework.web.socket.config.WebSocketMessageBrokerStats: ERROR
root: info
config: classpath:logback-spring.xml

websocket:
port: 8080
endpoint: /ws
topic: /room
request: /chat

0 comments on commit b6a3f1c

Please sign in to comment.