Decide on a logging policy
Open
- Dominant language
- Python
- Stars
- 19
- Forks
- 45
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 12
Description
I think it would be good to document a policy on what should be logged, when, and at what level. To answer questions such as:
* Should databases log what they insert/update/delete
* Should databases log everything they access
* Should the logic layer log anything
* Should routers log anything (authentication decisions?)
* What should be logged on the client side?
Contributor guide
Assessment
This issue has not been assessed yet.