salmon.handlers.log module

Implements a simple logging handler that’s actually used by the salmon log command line tool to run a logging server. It simply takes every message it receives and dumps it to the logging.debug stream.

salmon.handlers.log.START(message, to=None, host=None)[source]

This is stateless and handles every email no matter what, logging what it receives.