From d3132e8f27a8621ad6c31bca05d9154fd178310b Mon Sep 17 00:00:00 2001 From: Oniqued Date: Sat, 19 Oct 2024 16:14:48 +0900 Subject: [PATCH] =?UTF-8?q?feat(application.yml)=20:=20=EB=A1=9C=EA=B9=85?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b0cc5b41..28b83985 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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 +