From 2658b90c5b7b2d00fb89516caffb4704cea3f955 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 20 Apr 2019 09:34:37 +0100 Subject: [PATCH] Set log level to info Now that everything works, we don't need detailed output for every GitHub payload anymore. --- site-cookbooks/kredits-github/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kredits-github/recipes/default.rb b/site-cookbooks/kredits-github/recipes/default.rb index 1512879..283a2b9 100644 --- a/site-cookbooks/kredits-github/recipes/default.rb +++ b/site-cookbooks/kredits-github/recipes/default.rb @@ -80,7 +80,7 @@ application path_to_deploy do app_dir: path_to_deploy, entry: "/usr/bin/node /usr/bin/npm start", environment: { - 'LOG_LEVEL' => "debug", + 'LOG_LEVEL' => "info", 'APP_ID' => credentials['app_id'], 'PRIVATE_KEY_PATH' => "#{path_to_deploy}/github_app_key.pem", 'WEBHOOK_SECRET' => credentials['webhook_secret'],