Open
Conversation
Member
dragontaek-lee
left a comment
There was a problem hiding this comment.
오 한번 논의해봐야겠네요.! 고생하셨습니당!
| <onMismatch>DENY</onMismatch> | ||
| </filter> | ||
|
|
||
| <file>log/warnLog.log</file> |
Contributor
Author
There was a problem hiding this comment.
이건 고쳐서 다시 푸시하겠습니당 감사해요!
|
|
||
| <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"> | ||
| <fileNamePattern>${LOG_PATH}/%d{yyyy-MM, aux}/${LOG_FILE_NAME}.%d{yyyy-MM-dd}.log</fileNamePattern> | ||
| <totalSizeCap>20GB</totalSizeCap> |
Member
There was a problem hiding this comment.
저희 인스턴스 생각하면 20기가면 큰 것 같습니다. 더 작게 제한하면 좋을 것 같아요. 2GB라던지!?
Contributor
There was a problem hiding this comment.
로그파일은 ec2말고 s3에 저장하는 경우도 있던데, 어떻게 생각하세욤?
Contributor
Author
There was a problem hiding this comment.
2GB로 줄이는게 나을 듯 하네용.
그리고 s3에 저장하는 경우는 한 번 찾아보고 적용하겠습니당.
땡큐!
GaHee99
approved these changes
May 24, 2024
|
|
||
| <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"> | ||
| <fileNamePattern>${LOG_PATH}/%d{yyyy-MM, aux}/${LOG_FILE_NAME}.%d{yyyy-MM-dd}.log</fileNamePattern> | ||
| <totalSizeCap>20GB</totalSizeCap> |
Contributor
There was a problem hiding this comment.
로그파일은 ec2말고 s3에 저장하는 경우도 있던데, 어떻게 생각하세욤?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue 🚀
Work Description ✏️
console에 표시하고 errorLog.log, warnLog.log에 로그 남겨두도록 설정.
warn중에서는 어떤 내용을 필터링 해야할 지 아직 정해지지 않아 우선 모든 warn을 남겨두도록 설정했습니당. 이 부분은 추후에 다시 얘기해보면 좋을 것 같아욥
PR Point 📸