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

DEP-000 불필요한 빌드 로그 줄이기 #81

Merged
merged 2 commits into from
Dec 18, 2022

Conversation

junhaesung
Copy link
Member

@junhaesung junhaesung commented Dec 18, 2022

💁‍♂️ 변경 내용

로그가 너무 많이 남아서 빌드 실패 원인을 확인하기 어려운 현상을 해결합니다.

  • 로그가 약 13만줄 정도 남는데, 7만줄 이후는 웹페이지에서 확인이 안됨 (파일다운받아야함)
  • 내용이 많고 스크롤이 길어서 페이지가 느려짐

AS-IS

  • 로그 레벨 기본값 (lifecycle 이상)
  • 수동으로 GitHub Action 트리거 못함

TO-BE

  • 로그 레벨 변경 (build 는 warn 이상, deploy 는 error 이상만 로그 남김)
  • 수동으로 GitHub Action 트리거 할 수 있음

📢 전달사항

option logging level file size
default >= lifecycle 114119
--warn >= warn 18845
--quiet >= error 1493

@junhaesung junhaesung requested a review from a team as a code owner December 18, 2022 12:38
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@junhaesung junhaesung merged commit 46ca567 into develop Dec 18, 2022
@junhaesung junhaesung deleted the feature/DEP-000_reduce-build-log branch December 18, 2022 14:35
@junhaesung junhaesung self-assigned this Dec 19, 2022
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.

1 participant