We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
local phase에서만 테이블로, 나머지는 그냥 출력
cloudwatch에서 표시하려면 항목당 한줄에 출력하고 탭이나 공백을 적절히 이용해서 구조화하면 좋을 것 같네요 (될지 모르겠지만요)
The text was updated successfully, but these errors were encountered:
@jongwoo328 지금 살짝쿵 코드 보면서 수정 중인데 질문이 있어가지구 언급해서 여쭤봅니다.
if env.PROFILE == "local": state.print_state(crawling_result=True) else: self.logger.info(�f"{여기에서 그냥 state.crawling_result를 json 포맷으로 출력 (intent 줘서)}")
Sorry, something went wrong.
@hyejungg 넵 logger는 파이썬 기본모듈인 logging에 있는 기능으로 만든 객체구요 (config/log.py 참고)
Console 객체는 터미널 출력 관련된 외부 모듈 (rich)에 있는 클래스로 만든 객체입니다
2번은 하나의 Console 객체를 같이 쓰자는 말인가요? 좋네요 제가 로그 구현할때는 기능마다 생성했거든요
3번에 써주신것 처럼 일단 if로 분기해서 하는거로 시작해보시고 너무 중복이 많아서 기능추가할 때 복잡해진다 싶으면 그때 공통화를 고민해보시죠
만약 그렇게된다면
Merge pull request #86 from hyejungg/feat/#84
167ca0d
CloudWatch에서 로그 표시 수정
richHandler 시간 표시 타임존 변경 github link
hyejungg
No branches or pull requests
local phase에서만 테이블로, 나머지는 그냥 출력
cloudwatch에서 표시하려면
항목당 한줄에 출력하고
탭이나 공백을 적절히 이용해서 구조화하면 좋을 것 같네요 (될지 모르겠지만요)
The text was updated successfully, but these errors were encountered: