qmk / qmk_api

QMK API, information on keyboards and keymaps, and a compile service.
http://api.qmk.fm/
Other
34 stars 21 forks source link

Write custom logger #6

Open skullydazed opened 6 years ago

skullydazed commented 6 years ago

In order to view the access log in docker we need to print it to stdout or stderr. However, the load balancer healthchecks overwhelm the log and flood all the useful info out. We should have a custom logger that filters out healthcheck requests.