http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html?awesome
Under "Advanced Configuration" """To capture log output to a separate file, use a FileHandler (or a RotatingFileHandler):""" ( instructions continue ) Also, you'll note at the top of the docs: """The pserve command calls the logging.fileConfig function using the specified ini file if it contains a [loggers] section (all of the scaffold-generated .ini files do). logging.fileConfig reads the logging configuration from the ini file upon which pserve was invoked""" So all the logging facilities are provided by the standard library here: http://docs.python.org/library/logging.html -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
