ENH: log at heavydebug level what actually we are matching for failregex

pull/1273/head
Yaroslav Halchenko 2015-12-13 23:05:06 -05:00
parent 6d984717b5
commit 9ee08fed48
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ class Filter(JailThread):
self.__lineBuffer = (
self.__lineBuffer + [tupleLine])[-self.__lineBufferSize:]
logSys.log(5, "Looking for failregex match of %r" % self.__lineBuffer)
# Iterates over all the regular expressions.
for failRegexIndex, failRegex in enumerate(self.__failRegex):