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
- 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
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
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.
___
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
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
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
@