Skip to content
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

logback 추가 #26

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

logback 추가 #26

wants to merge 2 commits into from

Conversation

big-cir
Copy link
Member

@big-cir big-cir commented Feb 23, 2025

변경 유형

  • 버그 수정
  • 새로운 기능
  • 리팩토링
  • 문서 업데이트

변경 사항

  • 애플리케이션의 로깅 설정을 위한 logback.xml 파일 추가
  • 추후 배포 환경에서의 설정을 분리하고 logstash 설정 추가 예정입니다.

관련링크 (JIRA, Github, etc)

@big-cir big-cir self-assigned this Feb 23, 2025
Comment on lines 12 to 16
<logger name="org.springframework" level="INFO"/>
<logger name="org.hibernate.SQL" level="DEBUG"/>
<root level="DEBUG">
<appender-ref ref="CONSOLE" />
</root>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로그 관련 설정을 application.yml에서 통합 관리하는건 어떨까요?? [관련 링크]
xml을 사용하지 않는 추세이기도 하고.. 설정을 한 곳에서 통합 관리하는게 유지관리에 더욱 용이하지 않을까 싶어 제안드려봅니다.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다~!

현재 설정은 로컬에서 크게 필요할 것 같지 않아서 이후에 운영 환경 설정으로 통합하겠습니다~

Copy link
Collaborator

@ghrltjdtprbs ghrltjdtprbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

logback 설정 파일 세팅
3 participants