On 8/18/20 08:00, Slawek Kaplonski wrote:
Hi,
I proposed patch [1] which seems that decreased size of the neutron-server log a bit - see [2] but it's still about 40M :/
[1] https://review.opendev.org/#/c/730879/ [2] https://48dcf568cd222acfbfb6-11d92d8452a346ca231ad13d26a55a7d.ssl.cf2.rackcd...
Thanks for jumping in to help, Slawek! Indeed your proposed patch improves things from 60M-70M => 40M (good!). With your patch applied, the most frequent potential log message I see now is like this: Aug 18 14:40:21.294549 ubuntu-bionic-rax-iad-0019321276 neutron-server[5829]: DEBUG neutron_lib.callbacks.manager [None req-eadfbe92-eaee-4e3e-a5c0-f18aa8ba9772 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764691834039', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-4033733'] for agent, after_update {{(pid=6206) _notify_loop /opt/stack/neutron-lib/neutron_lib/callbacks/manager.py:193}} with the line count difference being with and without: $ wc -l "screen-q-svc.txt" 102493 screen-q-svc.txt $ grep -v "neutron_lib.callbacks.manager" "screen-q-svc.txt" |wc -l 83261 so I suppose we could predict a decrease in file size of about 40M => 32M if we were able to remove the neutron_lib.callbacks.manager output. But I'm not sure whether that's a critical debugging element or not. -melanie