backend.daemons.log

class backend.daemons.log.LogRouterFilter(who)[source]
filter(record)[source]

Determine if the specified record is to be logged.

Is the specified record to be logged? Returns 0 for no, nonzero for yes. If deemed appropriate, the record may be modified in-place.

class backend.daemons.log.CustomFilter(name='')[source]
filter(record)[source]

Determine if the specified record is to be logged.

Is the specified record to be logged? Returns 0 for no, nonzero for yes. If deemed appropriate, the record may be modified in-place.

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]