winstonjs / node-loggly

A client implementation for Loggly in node.js
http://github.com/winstonjs/node-loggly
Other
233 stars 80 forks source link

Echo the logs to console? #38

Open komocode opened 10 years ago

komocode commented 10 years ago

When sending a log to loggly, can I echo it to the console as well? Right now I have to print them manually to console.

jcrugzz commented 10 years ago

@komocode you can use something like winston and use the console transport as well as the winston-loggly transport. Otherwise you could build a simple logging module around this that abstracts the manual aspect of it for you.