Changed to make 'output' the default log level.

This commit is contained in:
Bob Lantz
2011-01-04 17:12:34 -08:00
parent 1ee6fad705
commit 1dcc047624
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -198,7 +198,8 @@ class MininetRunner( object ):
if LEVELS[self.options.verbosity] > LEVELS['output']:
print ( '*** WARNING: selected verbosity level (%s) will hide CLI '
'output!\n'
'Please restart Mininet with -v [debug, info, output].' )
'Please restart Mininet with -v [debug, info, output].'
% self.options.verbosity )
lg.setLogLevel( self.options.verbosity )
# validate environment setup