I have the normal command line for running my project as ./nox_core -v -i ptcp: pyopenflowprj so i modified the line as ./nox_core -v -v openflow-event:ANY:WARN -i ptcp: pyopenflowprj It doesnt work and give me error message "00017|nox|ERR:Application 'openflow-event:ANY:WARN' description not found."
Am i missing something in command line? I thought of removing the -v as it from the command line ./nox_core -i ptcp: pyopenflowprj and then i just got this message: NOX 0.8.0~core~beta (nox_core), compiled Aug 18 2010 14:32:14 Compiled with OpenFlow 0x01 and after that i was stuck, so to end need to press Ctrl+C. On Sun, Nov 28, 2010 at 3:24 AM, Murphy McCauley <jam...@nau.edu> wrote: > It's in openflow-event.cc, but you should also be able to just disable > openflow-event module debug messages with something like the following: > > ./nox_core -v -v openflow-event:ANY:WARN > > The first -v turns on verbose mode in general (something much like -v > ANY:console:DEBUG), the second -v explicitly sets the openflow-event module > for all logging facilities to only show WARN or worse messages. > > The logging is getting a bit of an update in destiny soon, and you'll be > able to specify stuff like this in the NOX config file. > > -- Murphy > > On Nov 28, 2010, at 12:11 AM, K Singh wrote: > > > Is there a way to disable the display of lines in pyswitch.py like below: > > > > 00044|openflow-event|DBG:received packet-in event from 000000000001 > > 00039|openflow-event|DBG:received flow expired event from 000000000001 > > > > I searched in core.py also but couldn't where i can comment this line. > > > > -- > > Regards, > > Kavitesh Singh. > > > > _______________________________________________ > > nox-dev mailing list > > nox-dev@noxrepo.org > > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org > > -- Regards, K Singh.
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org