Re: [ovs-dev] Query regarding VLOG to Console

2015-11-30 Thread P.R.Dinesh
Interesting in the daemon.c all the three Standard files (STDIN, STDOUT, STDERR) are set to /dev/null. Any reason for this behavior. Thank you On Mon, Nov 30, 2015 at 6:21 PM, P.R.Dinesh wrote: > Dear Openvswitch Team, > > Good morning, I have an query regarding openvswitch / vlog fo

[ovs-dev] Query regarding VLOG to Console

2015-11-30 Thread P.R.Dinesh
Dear Openvswitch Team, Good morning, I have an query regarding openvswitch / vlog for console. How to enable console logging for vlog. I tried via ovs-appctl vlog/set any:CONSOLE:DBG , even then no log was printed on the console. Pls note that Logging to File and Syslog working as expected In