On Wed, 28 Aug 2013 03:43:08 -0700, Ferrous Cranus wrote:

> but i cannot see the error_log because of constant scrolling of error
> output.

Then don't use "tail -F", use "less".

Or try "tail -s 60 -F" which will update only every 60 seconds.



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to