如何只显示error.log中的“请求超出限制”条目? 我看着查找和类似的function,我想我需要使用grep。 但是我错过了一个难题
这应该为你做:
grep 'Request exceeded the limit' /var/log/apache2/error.log