ZinnaChoi / Study-Management

온라인 스터디 관리 시스템: 부재 일정 캘린더, 토론 게시판 및 알림 기능 제공
8 stars 0 forks source link

[Fix Request] 모니터링 성공 로깅 메세지 삭제 요청 #70

Closed ZinnaChoi closed 9 months ago

ZinnaChoi commented 9 months ago

안녕하세요 @dayeon-dayeon !

다름이 아니라 다음과 같은 구글 미트 스케줄링 관련 로그가 지속적으로 뜨고 있어요 모니터링의 진행을 지속적으로 로깅 하는 것 보다는, 오류 발생 시에만 로그를 찍는 게 다른 사람의 개발 과정에서의 로깅을 방해하지 않을 수 있을 것 같습니다!

모니터링 작업 중 오류 발생 시에만 로그를 찍도록 변경하는 건 어떨까요?

감사합니다!

2024-02-05 21:31:15 [http-nio-8090-exec-4] INFO  LoggingServiceImpl - Req: STUDY_0001 GET http://localhost:8090/api/v1/absent/calendar?sendDate=20240205213115382&systemId=STUDY_0001&yearMonth=202402&memberNameList=%EC%97%A0%EB%A7%88&memberNameList=%EC%A7%80%EB%82%98, Res: OK (200), Duration API: 29 ms DB: 20 ms
2024-02-05 21:31:43 [scheduling-1] DEBUG SQL - select s1_0.schedule_id,s1_0.end_time,s1_0.schedule_name,s1_0.start_time from schedule s1_0 where s1_0.start_time=? order by s1_0.start_time limit 1
Hibernate: select s1_0.schedule_id,s1_0.end_time,s1_0.schedule_name,s1_0.start_time from schedule s1_0 where s1_0.start_time=? order by s1_0.start_time limit 1
구글 링크 생성을 위한 스케줄 모니터링 작업이 진행중입니다.
2024-02-05 21:32:43 [scheduling-1] DEBUG SQL - select s1_0.schedule_id,s1_0.end_time,s1_0.schedule_name,s1_0.start_time from schedule s1_0 where s1_0.start_time=? order by s1_0.start_time limit 1
Hibernate: select s1_0.schedule_id,s1_0.end_time,s1_0.schedule_name,s1_0.start_time from schedule s1_0 where s1_0.start_time=? order by s1_0.start_time limit 1
구글 링크 생성을 위한 스케줄 모니터링 작업이 진행중입니다.
2024-02-05 21:33:43 [scheduling-1] DEBUG SQL - select s1_0.schedule_id,s1_0.end_time,s1_0.schedule_name,s1_0.start_time from schedule s1_0 where s1_0.start_time=? order by s1_0.start_time limit 1
Hibernate: select s1_0.schedule_id,s1_0.end_time,s1_0.schedule_name,s1_0.start_time from schedule s1_0 where s1_0.start_time=? order by s1_0.start_time limit 1
구글 링크 생성을 위한 스케줄 모니터링 작업이 진행중입니다.
dayeon-dayeon commented 9 months ago

https://github.com/ZinnaChoi/Study-Management/pull/72

넵 여기 같이 올렸습니다 !