Skip to content

Commit 69ce9d5

Browse files
committed
Log Level changes
1 parent 11dbee6 commit 69ce9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const path = require('path');
22
module.exports = {
3+
DISABLE_LOGGING: false, // If true, logging will be disabled
34
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
45
LOG_FILE: path.join(__dirname, '../app.log'),
56
PORT: process.env.PORT || 8080,

0 commit comments

Comments
 (0)