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

Reply via email to