Changeset 1464 for examples/sandbox/pygment/python/server.py
- Timestamp:
- 06/29/08 01:22:57 (5 months ago)
- Files:
-
- 1 modified
-
examples/sandbox/pygment/python/server.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
examples/sandbox/pygment/python/server.py
r1443 r1464 17 17 } 18 18 19 logging.basicConfig( 20 level=logging.DEBUG, 19 logging.basicConfig(level=logging.DEBUG, 21 20 format='%(asctime)s %(levelname)-5.5s [%(name)s] %(message)s' 22 21 )
