👾 your cto
19 subscribers
2 photos
13 links
Channel about development and CTO daily stuff. In russian: @techdir

Contact me: @ilya0
Download Telegram
We are using Monolog for logging because PSR-3 is a standard for a long time for every libraries (except Facebook's, lol). All logs writes in a rotated text file and also going to a server. Firstly we used Rollbar but after their price changes we started to use Sentry and it's very hot! Now we spending about $30 per month on it.

Sentry can logs not only backend errors, but also on a frontend. For every issue we have full information — when, where and with wich conditions it mets. We can also see the full tracelog. Usually with that we can fix it in a minutes. Similar errors are grouping up and flexible alert system allows us to recieve all new errors in the Slack.

https://sentry.io/
#debug #logging #psr3