← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1672615] Re: neutron:config option wsgi_log_format does not work

 

Reviewed:  https://review.openstack.org/445317
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5fd6b4c768f456e254c29a9ab8ef563774297dc9
Submitter: Jenkins
Branch:    master

commit 5fd6b4c768f456e254c29a9ab8ef563774297dc9
Author: Duan Jiong <jduan@xxxxxxxxxxxxx>
Date:   Tue Mar 14 14:23:26 2017 +0800

    Pass parameters when create eventlet.wsgi server
    
    Otherwise, config option wsgi_log_format in neutron.conf
    will not work
    
    Closes-Bug: #1672615
    Change-Id: I43a3b6d99f940b5276aabaccad15d1050023baa2


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1672615

Title:
  neutron:config option  wsgi_log_format  does not work

Status in neutron:
  Fix Released

Bug description:
  The default output is as follows
  2017-03-14 03:19:41.584 21138 INFO neutron.wsgi [req-eb9bdd73-75f9-497e-8536-7e56cf40ea6d afaa097bbbcc43a086fbc99de95e52e4 4c3816d007024e4da3b08986ade1f892 - - -] 192.168.30.124 - - [14/Mar/2017 03:19:41] "GET /v2.0/networks.json?id=fa1428e7-c6dc-4cda-bea7-8c9689cfe5f0 HTTP/1.1" 200 900 0.106024

  
  The normal situation should be as follows
  2017-03-14 15:07:13.698 20546 INFO neutron.wsgi [req-fef76f0f-923d-40cd-adbb-9999893a5a41 afaa097bbbcc43a086fbc99de95e52e4 4c3816d007024e4da3b08986ade1f892 - - -] 192.168.30.124 "GET /v2.0/ports.json?network_id=fa1428e7-c6dc-4cda-bea7-8c9689cfe5f0&device_owner=network%3Adhcp HTTP/1.1" status: 200  len: 211 time: 0.0562460

  In neutron.conf, the config option wsgi_log_format used to control the
  final output,but when i change it, it does not work。

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1672615/+subscriptions


References