You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재는 backend 단의 일관성 있는 logging이 이루어지지 않고 있음. 로그의 레벨, 로그를 남겨야 하는 상황, 로그의 내용 등 규칙이 정해지지 않고 산발적으로 코드가 구성되어 있기 때문에 1. 로깅의 규칙을 정하고, 2. 규칙에 따라 로그를 작성하는 것이 필요함.
Background
현재는 backend 단의 일관성 있는 logging이 이루어지지 않고 있음. 로그의 레벨, 로그를 남겨야 하는 상황, 로그의 내용 등 규칙이 정해지지 않고 산발적으로 코드가 구성되어 있기 때문에 1. 로깅의 규칙을 정하고, 2. 규칙에 따라 로그를 작성하는 것이 필요함.
Reference
https://levelup.gitconnected.com/9-logging-best-practices-da9457e33305
The text was updated successfully, but these errors were encountered: