hi all,
I'm trying to add something into datapath module and need to use vlog for
debugging.
I tried to put
#include "vlog.h"
at the biginning of datapath.c as well as
VLOG_DEFINE_THIS_MODULE(datapath);
I still got nothing in /var/log/openvswitch/ovs-vswitchd.log from the function
VLOG_INFO("HELLO WORLD");
in ovs_dp_process_packet function.
what should i do?
ps. I installed ovs 2.4.0 through .deb packages and runned ovs on mininet.
thanks,
Hs
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev