We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a429eca commit df243ebCopy full SHA for df243eb
1 file changed
e2e/fw.py
@@ -5,7 +5,7 @@
5
from minindn.apps.application import Application
6
7
class NDNd_FW(Application):
8
- def __init__(self, node, config={}, logLevel='TRACE', threads=2, network='/minindn', bier_index=-1):
+ def __init__(self, node, config={}, logLevel='INFO', threads=2, network='/minindn', bier_index=-1):
9
Application.__init__(self, node)
10
11
if not shutil.which('ndnd'):
0 commit comments