It was thus said that the Great Andrew Brosnan once stated: > > Hi, > > I'm hoping to exclude certain items from being logged in the error logs. > According to one section of the docs this does not seem possible, yet > another section suggests that it is. Can this be done? > > More specifically, I'm working on a busy server which is logging lots of > 404 errors for a particular group of files. Problem is, when I want to > tail -f the error log for *my* work, the log buzzes by to fast to be > useful, and it's quite cluttered with errors I don't care about. What do > others do in a case like this? GenericUnixPrompt> tail -f access_log | grep /interested/url or GenericUnixPrompt> tail -f access_log | grep -v ' 404 ' -spc (Should cut down on the clutter ... ) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx