Re: [ovs-dev] [PATCH v3 1/1] Python Logging Formatting Improvements

2014-04-28 Thread Ben Pfaff
On Sun, Mar 30, 2014 at 12:26:55PM +0100, Dave Tucker wrote: > The Open vSwitch daemons written in C support user-configured logging > patterns as described in ovs-appctl(8). This commit adds this capability > to the daemons written in Python. > > - Add a '__log_patterns' attribute to the Vlog cla

Re: [ovs-dev] [PATCH v3 1/1] Python Logging Formatting Improvements

2014-03-30 Thread Dave Tucker
In v2 I addressed the comments on v1. - Added myself to AUTHORS - Updated the manpage - Added a NEWS item - Fixed getting program name and process id - Fixed TODO for subprogram (thread) name The v2 implementation for getting the thread name was for this to

[ovs-dev] [PATCH v3 1/1] Python Logging Formatting Improvements

2014-03-30 Thread Dave Tucker
The Open vSwitch daemons written in C support user-configured logging patterns as described in ovs-appctl(8). This commit adds this capability to the daemons written in Python. - Add a '__log_patterns' attribute to the Vlog class - Populate this using the default patterns in ovs-appctl(8) - Add a