when checking the nova/api.log , I found the following entry as below

2014-10-20 11:26:11.387 3549 INFO nova.osapi_compute.wsgi.server
[req-d7cc3757-f1e3-4af9-8700-a6f7fa096a6b None] 10.104.0.138 "GET
/v2/896bfb02c3f945d8a397c79f0741557a/os-floating-ips HTTP/1.1" status: 200
len: 192 time: 0.1119120

I understand that it's the combination of the x-openstack-request-id ,
request url and also the response status and etc.

Since I also want to add the similar logline into other projects ,so want
to mimic the the nova source code.

but anyway, after searching the code with 'x-openstack-request-id',  even
with 'LOG.info' ,  I failed to find it.

anyone can help me with that where/what codes to generated the output?

Thanks



-- 

Cheers & Best regards,
Peng Fei Wang (王鹏飞)
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to