Fix show log command for Py3K
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 7 Mar 2016 11:43:13 +0000 (11:43 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 7 Mar 2016 11:43:13 +0000 (11:43 +0000)
The behavior of lambda filters has changed in Python 3 such that you
can no longer treat them directly as lists. Trivially reimplement
them as list comprehensions. Also correct a missing minimum loglevel
fallback default.


No differences found