mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
9 lines
125 B
JavaScript
9 lines
125 B
JavaScript
module.exports = {
|
|
stats: {
|
|
// logging: 'warn',
|
|
// errors: true,
|
|
logging: 'errors',
|
|
errors: false,
|
|
},
|
|
};
|