[ovs-dev] [python 2/7] python: Create new vlog module.

Ben Pfaff blp at nicira.com
Tue Sep 27 17:00:08 UTC 2011


On Mon, Sep 26, 2011 at 06:34:07PM -0700, Ethan Jackson wrote:
> Currently, each python daemon has to come up with it's own logging
> solution.  These logging strategies are not consistent across the
> python code or with the C vlog module.  This patch adds a new
> logging module which hopes to solve the problem.  This new module
> generates log messages in a manner consistent with the C code.
> Furthermore, it can easily be extended to support things like rate
> limiters in the future.
> 
> This patch does not update any python code to use the new module.
> ---
> 
> The original version of this patch has a bug in the argument parsing code.
> Here's a new version.

Hey, a logging unit test!

Changes look fine, thanks.



More information about the dev mailing list