<div dir="ltr"><div>Hi All,</div><div><br></div>I have observed that devstack uses custom logging formatting that differs from the documented defaults. An example is for nova.<br><br>logging_context_format_string = %(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s <b><u>%(user_name)s %(project_name)s</u></b>] %(instance)s%(message)s<br><br>which is defined in [1] , compared with <br><br>logging_context_format_string = %(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s <b><u>%(user_identity)s</u></b>] %(instance)s%(message)s<br><br>which is the current Liberty specified default [2].  This infact is the Oslo Logging default value and then can effectively be not defined at all.<br><br>In my manual tests I see not see failures when changing this in nova, but as I know Infra and QA relies on devstack I would like to solicit feedback from team members before proposing any changes to bring these to being consistent.  This logging variable is also defined differently across 4 projects (nova, cinder, keystone and glance) so ultimately the goal would be to ensure they may present documented configuration defaults.<div><br></div><div>[1] <a href="http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/nova#n580">http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/nova#n580</a></div><div>[2] <a href="http://docs.openstack.org/liberty/config-reference/content/list-of-compute-config-options.html#config_table_nova_logging">http://docs.openstack.org/liberty/config-reference/content/list-of-compute-config-options.html#config_table_nova_logging</a></div><div><br></div><div>Regards</div><div><br></div><div>Ronald</div></div>