SIG
Newbie
Posts: 1
Registered: 4/18/2003
Member Is Offline
|
| posted on 4/18/2003 at 02:06 AM |
|
|
big log files
Am I missing something here? My error log files is huge (hundreds of Mb).
To run this program it trys to open this file and server load goes through the roof and I would be waiting for days for a response.
Is this right or is there another way to implement the program? or is it just tough luck for those that have large error log files?
|
|
|
tigra
Administrator
Posts: 1912
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/24/2003 at 01:42 PM |
|
|
Apache easy debug uses line counter. It sets cookie log_pos to the number of last line in the log file. You can either clear your file or set cookie
to the so line counter equals to the number of lines in your log file.
|
|
|