ovs-appctl: Add logging options.
authorBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2014 19:36:04 +0000 (12:36 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2014 21:32:46 +0000 (14:32 -0700)
commit9664732f4cd90b741b840db8a8ed24939d227c2e
tree9fd832082c9a9ea15c5372982f98ce97fd85f9de
parentfceef2095222ef96544b263862dca0185178f960
ovs-appctl: Add logging options.

Normally I would also add documentation for the logging options to the
ovs-appctl manpage, but I am concerned that in this case it would actually
make the manpage confusing, because one of the main purposes of ovs-appctl
is to modify the log levels of *other* programs, and these options only
modify the log level of ovs-appctl itself, which is rarely useful.

The following commit will start using these logging options in a test.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ansis Atteka <aatteka@nicira.com>
utilities/ovs-appctl.c