From dcb34eedb89a2da9a9103405263dee45e28421f3 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 17 Dec 2017 11:15:54 -0600 Subject: [PATCH] log slow queries --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9023b9fe..482c74b1 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ dnsmasq: /usr/local/sbin/dnsmasq --keep-in-foreground php-fpm: /usr/local/sbin/php-fpm --nodaemonize nginx: /usr/local/bin/nginx -mysql: /usr/local/bin/mysqld +mysql: /usr/local/bin/mysqld --log-slow-queries