Set log level to info
Now that everything works, we don't need detailed output for every GitHub payload anymore.
This commit is contained in:
parent
f26edab7ad
commit
2658b90c5b
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user