Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
and does it tell you what went wrong?
https://goo.gl/LLb6PB
GitHub - logpai/loglizer: A log analysis toolkit for automated anomaly ... -
@heyheni Thats rly cool tool youve shared, thanks!
Usually Im using combo of bunyan & sentry, so I get instant bug reports and all info I needed -
@heyheni there is also an alternative (if you for some reason will not like sentry) called AirBrake
-
Root825576yI feel like I should make a logger.
I've never found logging tools as useful as the ones I've made for myself. -
Root825576y@straboniec I'll make any library I write open source. Everything else is locked behind NDAs so I legally can't share them. Sorry.
Related Rants
Bunyan
Bunyan is a simple and fast JSON logging library for node.js services
Server logs should be structured. JSON's a good format. Let's do that. A log record is one line of JSON.stringify'd output. Let's also specify some common names for the requisite and common fields for a log record.
rant
bunyan
wk120
logger
npm