Hi! I'm presently using make_middleware_with_config() to setup my middleware context. One limitation of this is that I seem only to be able to log to file using this function. PluggableAuthenticationMiddleware() which is used by make_middleware_with_config() allows the python logging module to be used.
So, do I have to write my own version of make_middleware_with_config() or is there some other way by which I can get to use logging ? --Roland _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev