![]() |
sponsored links |
|
|
sponsored links
|
|
|
6
29th April 16:37
External User
Posts: 1
|
ceo@l-i-e.com schreef:
might very well be. I've had thew same annoyance more than once ... my 'solution' was to use a wrapper for error_log() (you do that anyway right ;-) and have it prepend a per-request 'unique' string to each log message (some timestamp/scriptname/random-value mashup) and then output that same per-request 'unique' string at the bottom of each page (so that you can then use that value to grep in the error log) ... not very satisfactory, but it works. BTW, hi! |
|