getlogbook / logbook

A cool logging replacement for Python.
http://logbook.readthedocs.org
Other
1.48k stars 165 forks source link

`RedisHandler.emit` ignores `channel` name #266

Open vlcinsky opened 6 years ago

vlcinsky commented 6 years ago

When using RedisHandler, channel name is not included in the message.

Comparing emit code of RedisHandler with others in the module, it seems it is trying to be a bit too smart.