You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For logging purposes we could use an existing solution. In my recent project zendesk-evanto-login I used Monolog and it is absolutely fantastic (and very popular).
Consider switching in some later versions if there will be a need for better logging.
use Monolog or some other logging library
restructure log file
make it pretty :)
The text was updated successfully, but these errors were encountered:
One of the greatest improvements by using Monolog would be that we can set additional channels and handler, like sending all log reports to some remote DB, so we can gain statistics and common errors of even before they contact us. Like how many servers have safe mode on?
For logging purposes we could use an existing solution. In my recent project zendesk-evanto-login I used Monolog and it is absolutely fantastic (and very popular).
Consider switching in some later versions if there will be a need for better logging.
The text was updated successfully, but these errors were encountered: