작성
·
477
답변 1
0
좋은 질문이예요!!
보통 아래와 같은 장점으로 logging 을 사용해야 해요!(운영 환경 등등)
The logging package has a lot of useful features:
Easy to see where and when (even what line no.) a logging call is being made from.
You can log to files, sockets, pretty much anything, all at the same time.
You can differentiate your logging based on severity.