On Wed, Jun 17, 2015 at 12:53:54AM -0700, Ansis Atteka wrote: > While it is possible to change PATTERN (a.k.a. logging format) for > destinations with vlog/set command, it is currently not possible to > retrieve logging format from a running daemon to verify its correctness. > > This patch addresses this shortcomming by introducing "vlog/list PATTERN" > command. Also, this command, for example, makes it obvious to user that, > if one uses libc syslog() call to log messages, then libc syslog() call > would add extra prefix to every log message that Open vSwitch sends to > syslog server. > > Signed-Off-By: Ansis Atteka <aatt...@nicira.com>
I'd introduce a new vlog/list-pattern command instead of overloading vlog/list here. (We made a mistake in overloading -v to set the pattern, but there is no need to compound the error.) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev