Following up on this old thread since it was the only search result I found 
for strange errors we noticed in our Apache error.log after an upgrade to 
1.7.16:

[Mon Apr 14 20:44:43 2014] [error]   File 
"/usr/lib/python2.7/logging/__init__.py", line 467, in format

[Mon Apr 14 20:44:43 2014] [error]     s = self._fmt % record.__dict__

[Mon Apr 14 20:44:43 2014] [error] KeyError: 'request_info'

[Mon Apr 14 20:44:43 2014] [error] Logged from file __init__.py, line 84

I tracked this error down to the following log formatting config in the 
Djblets (version 0.7.29) module, in djblets/log/__init__.py:

DEFAULT_LINE_FORMAT = \                                                    
     

    "%(asctime)s - %(levelname)s - %(request_info)s - %(message)s"

Once I got rid of that %(request_info)s portion, the errors went away. Not 
sure if our config is to blame here -- we upgraded ReviewBoard without 
upgrading Djblets, and had to fix a symlink to Djblets manually at some 
point during the upgrade.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to