From 8810dbd796fb38425dbca8c1d81d193a2bf8ccc3 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 27 Jun 2017 22:35:45 +0200 Subject: [PATCH] Increase verbosity on Heroku --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4e82456..2f55a8c 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ default_process_types: - web: ./dlang-bot --port $PORT -v + web: ./dlang-bot --port $PORT -vv