cinder/cinder/api/middleware
Sean McGinnis 6b863310e5
Handle string status codes in logging
Observed on "too many database connections" the following error in the
log:

Error formatting log line msg=u'*(url)s returned with HTTP *(status)d'
    err=TypeError('*d format: a number is required, not str',)

This was due to the format string using %d where somehow the result code
was actually a string. Since formatting numbers works with %s, and is
actually sometimes more performant, this just switches %d to %s to be
more flexible.

Change-Id: I52d6fb46c5ab0f2fa24c629697daaf39d35584c3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-12-21 10:41:57 -06:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
auth.py Add Keystone v3 domain information to context 2018-04-25 09:29:33 -04:00
fault.py Handle string status codes in logging 2018-12-21 10:41:57 -06:00