~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Paul Hummer
  • Date: 2009-03-30 22:11:06 UTC
  • mto: This revision was merged to the branch mainline in revision 315.
  • Revision ID: paul@eventuallyanyway.com-20090330221106-yf8utn13fnpgamci
Whitespace fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    memprofile.addHandler(logging.FileHandler('loggerhead-memprofile'))
127
127
 
128
128
    # setup_logging() #end
 
129
 
129
130
    app = TransLogger(app, logger=logger)
130
131
    if options.profile:
131
132
        from loggerhead.middleware.profile import LSProfMiddleware