backend.daemons.log

class backend.daemons.log.LogRouterFilter(who)[source]
filter(record)[source]
class backend.daemons.log.CustomFilter(name='')[source]
filter(record)[source]
class backend.daemons.log.RedisLogHandler(opts)[source]
Single point to collect logs through redis pub/sub and write
them through standard python logging lib
setup_logging()[source]
handle_msg(raw)[source]
run()[source]