We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dbee6 commit 69ce9d5Copy full SHA for 69ce9d5
config/default.js
@@ -1,5 +1,6 @@
1
const path = require('path');
2
module.exports = {
3
+ DISABLE_LOGGING: false, // If true, logging will be disabled
4
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
5
LOG_FILE: path.join(__dirname, '../app.log'),
6
PORT: process.env.PORT || 8080,
0 commit comments