-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set(main) : 폴더 구조 및 yml 설정 #8
Conversation
src/main/resources/application.yml
Outdated
format_sql: true | ||
show_sql: true | ||
|
||
decorator: | ||
datasource: | ||
p6spy: | ||
enable-logging: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어느 범위까지 SQL 로깅을 하고자 고민했나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디버깅 범위까지 로깅 하고자 했습니다. 디버깅까지만 해도 충분히 이해할 수 있고 트레이스 범위까지 하면 로그가 복잡해질 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
각각
show_sql: true - 1
decorator:
datasource:
p6spy:
enable-logging: true - 2
1과 2를 다 해주는 이유를 모르겠어요. 목적이 무엇인가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전체적인 디비 로그를 남길려고 했는데 1은 삭제 하겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굳굳
🎫 관련 이슈
close #7
📄 개요
🔨 작업 내용
🏁 확인 사항
🙋🏻 덧붙일 말