Mercurial > hg > sworduploader
annotate sword2-libraries-pyinstaller-compatible/tests/sword2_logging.conf @ 22:d1752c7031e4 timeouts tip
Updated .hgignore to ignore sword2_logging.conf and anything in .cache
author | Steve Welburn <stephen.welburn@eecs.qmul.ac.uk> |
---|---|
date | Tue, 22 Jan 2013 14:43:42 +0000 |
parents | 8b69bba225c9 |
children |
rev | line source |
---|---|
marco@16 | 1 [loggers] |
marco@16 | 2 keys=root |
marco@16 | 3 |
marco@16 | 4 [handlers] |
marco@16 | 5 keys=consoleHandler |
marco@16 | 6 |
marco@16 | 7 [formatters] |
marco@16 | 8 keys=basicFormatting |
marco@16 | 9 |
marco@16 | 10 [logger_root] |
marco@16 | 11 level=INFO |
marco@16 | 12 handlers=consoleHandler |
marco@16 | 13 |
marco@16 | 14 [handler_consoleHandler] |
marco@16 | 15 class=StreamHandler |
marco@16 | 16 level=DEBUG |
marco@16 | 17 formatter=basicFormatting |
marco@16 | 18 args=(sys.stdout,) |
marco@16 | 19 |
marco@16 | 20 [formatter_basicFormatting] |
marco@16 | 21 format=%(asctime)s - %(name)s - %(levelname)s - %(message)s |