Title: Bug Fix: Adjusted shutdown priorities for query monitor dispatch and log2logstash
Author: WordPress VIP Documentation
Published: January 12, 2021
Last modified: August 5, 2025

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. [VIP MU plugins [Production]](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)
 3. Bug Fix: Adjusted shutdown priorities for query monitor dispatch and log2logstash

# Bug Fix: Adjusted shutdown priorities for query monitor dispatch and log2logstash

---

 12 January 2021

12:42:59 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/bug-fix-adjusted-shutdown-priorities-for-query-monitor-dispatch-and-log2logstash/)

log2logstash runs fastcgi_finish_request during its shutdown hook function. Doing
this before query monitor is finished causes query monitor to not load any panels.

https://github.com/Automattic/vip-go-mu-plugins/pull/1927