Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
add logging config to test so that there are no spurious handler mess…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
Scott Torborg committed Nov 8, 2009
1 parent 18e5d53 commit c71777c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test.ini
Expand Up @@ -26,3 +26,25 @@ fake_username = root
testing = true

sqlalchemy.url = sqlite://

[loggers]
keys = root

[handlers]
keys = console

[formatters]
keys = generic

[logger_root]
level = CRITICAL
handlers = console

[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = NOTSET
formatter = generic

[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s

0 comments on commit c71777c

Please sign in to comment.