Does anyone know if is is possible to make pyramid putting its log messages no longer in the 'application' logger, but in a different one, preferable in a 'pyramid' logger, or in the root logger. When I set the loglevel in my application to DEBUG my logfile is full with superfluous pyramid messages. In Pylons this was a piece of cake
Wouldn't the configuration be the same as in Pylons?
Wouldn't the configuration be the same as in Pylons?
In Pylons you had in the logging section of the development.ini file a pylons logger defined, that was used by the code in the pylons framework. AFAIK there is no such support in the pyramid code to write to a pyramid logger.