Comment 5 for bug 1399788

Revision history for this message
Joe Gordon (jogo) wrote :

Note this is the gate devstack setup.

This is neutron.conf http://logs.openstack.org/80/139880/3/check/check-tempest-dsvm-neutron-full/1fee100/logs/etc/neutron/neutron.conf.txt.gz

so we are using the default logging_context_format_string which looks to be:

%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s

from

http://logs.openstack.org/80/139880/3/check/check-tempest-dsvm-neutron-full/1fee100/logs/screen-q-svc.txt.gz#_2014-12-08_14_22_29_990

It looks like the important difference is

[%(request_id)s %(user_name)s %(project_id)s%(color)s]
vs.
 [%(request_id)s %(user_identity)s]