|
On Tue, 2009-03-31 at 04:11 -0700, Robinson, Eric wrote:
> Why isn't ldirectord logging anything?
<snip>
> logfile="/var/log/ldirectord.log"
> logfile="local0"
...because the second line overrides the first, and is sending
everything to syslog facility LOCAL0.
It'll be putting it wherever that log facility ends up - which could be
nowhere.
Graeme
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|