~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/zptsupport.py

  • Committer: John Arbash Meinel
  • Date: 2011-03-16 12:20:28 UTC
  • mfrom: (411.2.9 configurable_logging)
  • Revision ID: john@arbash-meinel.com-20110316122028-tgixpjm30aalqk73
Re-land the configurable_logging changes, with some code simplification from Jelmer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from simpletal import simpleTAL, simpleTALES
25
25
 
26
 
logging.getLogger("simpleTAL").setLevel(logging.INFO)
27
 
logging.getLogger("simpleTALES").setLevel(logging.INFO)
28
 
 
29
 
 
30
26
_zpt_cache = {}
31
27
 
32
28