[mod] more debug output

This commit is contained in:
Laurent Peuch 2018-05-12 02:22:38 +02:00
parent ac6a14055d
commit b7e946517b

View file

@ -641,7 +641,8 @@ def _tail(file, n):
avg_line_length *= 1.3
except IOError:
except IOError as e:
logger.warning("Error while tailing file '%s': %s", file, e, exc_info=1)
return []