# You can place test-specific configuration options here (like test db uri, etc) # sqlobject.dburi = "sqlite:///:memory:" # LOGGING # Logging configuration generally follows the style of the standard # Python logging module configuration. Note that when specifying # log format messages, you need to use *() for formatting variables. # Deployment independent log configuration is in felicity/config/log.cfg [logging] [[handlers]] [[[access_out]]] # set the filename as the first argument below args="('testing.log',)" class='FileHandler' level='INFO' formatter='message_only'