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'],