I am creating a twisted plugin. There is documentation here about how to control logging for twisted apps in .tac files. However there is no similar documentation for controlling logging for plugins.
Since plugins do not create Application() objects, how can we control/customize the logging that occurs?
(a near-identical question was asked on the mailing list here, but there it doesn't seem to have gotten an answer)