gliderlabs / gliderlabs/comlab
pkg/log: document FieldProcessor callback should not block
Open
- Dominant language
- Go
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
It should be made very clear to be vigilant about what is done inside your field processor since it's called so frequently. It should definitely not block or do any IO.
Contributor guide
Assessment
This issue has not been assessed yet.