Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-05 Thread Ben Pfaff
On Thu, Apr 04, 2013 at 10:42:47AM -0700, Romain Lenglet wrote: > Prepend "ovs|" to syslog logs to make them easier to filter out of all > LOG_DAEMON logs. > > Signed-off-by: Romain Lenglet Applied to master, thanks! ___ dev mailing list dev@openvswitc

Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-04 Thread Romain Lenglet
- Original Message - > From: "Ben Pfaff" > To: "Romain Lenglet" > Cc: dev@openvswitch.org > Sent: Thursday, April 4, 2013 7:47:19 AM > Subject: Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs > easier to filter > > On W

[ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-04 Thread Romain Lenglet
Prepend "ovs|" to syslog logs to make them easier to filter out of all LOG_DAEMON logs. Signed-off-by: Romain Lenglet --- NEWS | 1 + lib/vlog.h | 2 +- python/ovs/vlog.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cbbe06b..39e6

Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-04 Thread Ben Pfaff
On Wed, Apr 03, 2013 at 10:08:09AM -0700, Romain Lenglet wrote: > Prepend "ovs|" to syslog logs to make them easier to filter out of all > LOG_DAEMON logs. > > Signed-off-by: Romain Lenglet With this commit, the "testing vlog - Python" test fails. Will you fix it? Thanks, Ben. ___

[ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-03 Thread Romain Lenglet
Prepend "ovs|" to syslog logs to make them easier to filter out of all LOG_DAEMON logs. Signed-off-by: Romain Lenglet --- NEWS | 1 + lib/vlog.h | 2 +- python/ovs/vlog.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cbbe06b..39e6

Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-02 Thread Ben Pfaff
On Tue, Apr 02, 2013 at 02:09:16PM -0700, Romain Lenglet wrote: > Prepend "ovs|" to syslog logs to make them easier to filter out of all > LOG_DAEMON logs. Seems reasonable. It needs a Signed-off-by: and a NEWS entry. Thanks, Ben. ___ dev mailing list

[ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-02 Thread Romain Lenglet
Prepend "ovs|" to syslog logs to make them easier to filter out of all LOG_DAEMON logs. --- lib/vlog.h | 2 +- python/ovs/vlog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vlog.h b/lib/vlog.h index ab746c8..c7ab206 100644 --- a/lib/vlog.h +++ b/lib/vlog.h @