/* * All logs are streamed through the "white-out" middleware * which is responsible for removing any instances of password * properties from the logged objects */ { myConsoleReporter: [{ module: 'good-squeeze', name: 'Squeeze', args: [{log: '*', response: '*', request: '*'}] }, { module: 'white-out', args: [{ password: 'remove', }] }, { module: 'good-console', args: [{format: 'YYYY-MM-DD hh:mm:ss'}], }, 'stdout'], }