Re: [ovs-dev] Can't get datapath log info from openvswitch2.1.2

2015-03-03 Thread Joe Stringer
ovs-appctl vlog/* doesn't handle kernel logging. Modifying files in datapath/linux/compat/* may or may not have an effect depending on the kernel version that you are building against; compat code is only compiled in if the kernel doesn't have that functionality. On 3 March 2015 at 00:08, 苌智 wro

Re: [ovs-dev] Can't get datapath log info from openvswitch2.1.2

2015-03-03 Thread 苌智
How could I get debug info from datapath? Thanks a lot! 2015-03-03 16:08 GMT+08:00 苌智 : > Hi, > I want to get log info from datapath, so I add "pr_err("error has > occur");" in datapath/linux/compat/vxlan.c. But I can not get any error > info from /var/log/messages after I execute "ovs-appctl