Closed rbonillajr closed 7 years ago
hi for good-console add this code and install package good-squeeze
file logger/index
const opts = { ops: { interval: 1000 }, reporters: { consoleReporter: [{ module: 'good-squeeze', name: 'Squeeze', args: [{ error: '*', log: '*', response: '*', request: '*' }] }, { module: 'good-console' }, 'stdout'] } };
@rbonillajr Thanks, I will fix this soon! 👍
Fixed! Now you can see the logs in the stdout :)
Thanks a lot 👍
hi for good-console add this code and install package good-squeeze
file logger/index