Thanks again. But in component openflow.keepalive, I want to modify the period of sending feature request.
And in the case of switch disconnection, the DEBUG level show the following messages: [openflow.of_01 ] [44-87-fc-79-e3-64 1] timed out [openflow.of_01 ] [44-87-fc-79-e3-64 1] already disconnected [openflow.of_01 ] [44-87-fc-79-e3-64 1] closed I think maybe I need to modify codes at of_01 where dumping the message ''timed out''. But I didn't find the code that I think. Where can I modify that in the program of_01.py? Sorry for asking more questions and thanks for your helping. 2013/3/23 Murphy McCauley <murphy.mccau...@gmail.com> > On Mar 22, 2013, at 12:33 PM, Hong Wayne wrote: > > BTW, I want to ask does the ''betta'' version of POX modify the dump > information ways or am I missing some commands for POX starting? > > > > The command like below doesn't work in l2_learning.py file for betta > version. > > > > log.debug("Connection %s" % (event.connection,)) > > > > And I see a lot of way through ''self.msg'' to dump information in > of_01.py. > > Ah. I think you're referring to how the default log level starting with > betta is now INFO instead of DEBUG. > > You can just this using the log.level component. To make it like the old > branch, use "./pox.py log.level --DEBUG ..." to set the default log level > back to DEBUG. You can also do this for an individual component (e.g., > "log.level --l2_learning=DEBUG"). > > -- Murphy