Log uncaught exceptions.

Review Request #1027 — Created Sept. 7, 2009 and submitted

Information

Djblets

Reviewers

Log uncaught exceptions.

This change enhances our middleware to log any uncaught exceptions. This
helps users report problems where currently they don't have any useful
information to give us. The log entry contains the username and full URL
where the exception oriented.

 
david
  1. 
      
  2. djblets/log/middleware.py (Diff revision 1)
     
     
     
    These should probably be indented 4 spaces
  3. 
      
chipx86
Review request changed

Change Summary:

Use variable arguments instead of % (...) for format parameters when calling logging.info.

Diff:

Revision 2 (+10)

Show changes

david
  1. 
      
  2. 
      
Loading...