Flask block specific endpoints from logging
问题 I have some ajax calls with bokeh in my flask app and to get its data the bokeh plot performs a POST request every second to a certain endpoint, now I am constantly getting a output like this: 127.0.0.1 - - [25/May/2020 12:50:17] "POST /statusdata/ HTTP/1.1" 200 - 127.0.0.1 - - [25/May/2020 12:50:17] "POST /statusdata/ HTTP/1.1" 200 - 127.0.0.1 - - [25/May/2020 12:50:19] "POST /statusdata/ HTTP/1.1" 200 - 127.0.0.1 - - [25/May/2020 12:50:19] "POST /statusdata/ HTTP/1.1" 200 - How can I