vlog: Add ability to log to an arbitrary file, and following related changes:
authorBen Pfaff <blp@nicira.com>
Thu, 23 Oct 2008 17:45:39 +0000 (10:45 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 23 Oct 2008 21:07:25 +0000 (14:07 -0700)
commitb6eb6bc746ebeee6027929e142f00b72fef57656
treecddb30794d4ffa8dd8830143dd39713a67acc8c3
parent278ae88d5f49249f247db3ad890bf1e97123f51c
vlog: Add ability to log to an arbitrary file, and following related changes:

* New command-line options for configuring log files, hence:
  - Centralized vlog usage messages.
* New vlogconf action for reopening log files.
* New vlogconf support for specifying a target by pidfile.
14 files changed:
controller/controller.c
include/daemon.h
include/vlog-modules.def
include/vlog.h
lib/daemon.c
lib/vlog-socket.c
lib/vlog.c
secchan/secchan.c
switch/switch.c
tests/test-dhcp-client.c
utilities/dpctl.c
utilities/ofp-discover.c
utilities/ofp-kill.c
utilities/vlogconf.c