slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Remove status API calls from bunyan logging #39

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

Kubernetes calls the /v1/status API every 10 seconds for a liveliness check, resulting in constant spam to the logs. This call should be excluded from the regular bunyan hapi debug logs.


Tasks