Skip to content

Commit

Permalink
refactor: application.yml metrics μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsanglee committed Aug 8, 2024
1 parent f84c194 commit f2ac3d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,19 @@ management:
endpoints:
web:
exposure:
include: logfile
include: logfile, metrics

logging:
level:
root: debug
org.springframework.web: debug
server.haengdong: debug

file:
name: logs/spring-boot-application.log
path: logs
config: classpath:logback-spring.xml

server:
servlet:
encoding:
Expand Down

0 comments on commit f2ac3d5

Please sign in to comment.