Home » Logging » Log » Bug #4064
log_file logs messages in one big heap
Details
| Submitted | 2005-04-05 15:19 UTC |
|---|---|
| From | elvis at burti dot lv |
| Assigned | jon |
| Status | No Feedback |
| Package | Log |
| PHP Version | 4.3.9 |
| OS | WinXP/Mandrake 10.0 |
| Roadmaps | (Not assigned) |
Comments
[2005-04-05 15:19 UTC] elvis at burti dot lv
Description:
------------
If there are many log messages per request and many users request application in one time - the log messages in log file goes in one big heap of letters. I mean they are overlaping. For example, "Log message 11There starts messThere starts another oneage222211" Something like that. And all I need is some king of buffering or file locking to give opportunity for one request end logging and only then allow another one to log in something.