Incident investigation with Logs
Incident investigation becomes fairly straight forward when your application matches these 2 conditions: 1) Every PHP process captures relevant information (preferably into logs) regarding what’s happening, 2) In case of error, PHP process exposes a unique ID, which binds all the current process logs together. Given that you have completed a basic setup with Phplogger…