Skip to content

Commit

Permalink
Default to not logging GitHub token debugging
Browse files Browse the repository at this point in the history
As argued for in
#1314 (comment).

It populates large quantities of text in the logs, where I wish to only
see errors.
  • Loading branch information
espadrine committed Dec 7, 2017
1 parent 20c29db commit 92ac2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config = {
github: {
baseUri: process.env.GITHUB_URL || 'https://api.github.com',
debug: {
enabled: envFlag(process.env.GITHUB_DEBUG_ENABLED, true),
enabled: envFlag(process.env.GITHUB_DEBUG_ENABLED, false),
intervalSeconds: process.env.GITHUB_DEBUG_INTERVAL_SECONDS || 300,
},
},
Expand Down

0 comments on commit 92ac2e3

Please sign in to comment.