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
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
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