mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
fix: Use custom logger only for production
This commit is contained in:
4
server/config/env/test.js
vendored
4
server/config/env/test.js
vendored
@@ -64,5 +64,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
|
||||
log: {},
|
||||
log: {
|
||||
level: 'warn',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user