Reputation: 11181
Apache log and PHP log doesn't seem to provide much useful way to monitor performance of my script in production server. I was thinking of developing custom log for my script which log the following information:
The log will be stored by file and grouped by it date.
The questions
Upvotes: 0
Views: 90
Reputation: 12850
use xdbug + webgrind for profiling
but they should be avoided once deployed to server.
and for logging purpose graylog2 is great
Upvotes: 0