Skip to content

Commit df243eb

Browse files
committed
e2e: use info loglevel to not exhaust ci compute/storage
1 parent a429eca commit df243eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/fw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from minindn.apps.application import Application
66

77
class NDNd_FW(Application):
8-
def __init__(self, node, config={}, logLevel='TRACE', threads=2, network='/minindn', bier_index=-1):
8+
def __init__(self, node, config={}, logLevel='INFO', threads=2, network='/minindn', bier_index=-1):
99
Application.__init__(self, node)
1010

1111
if not shutil.which('ndnd'):

0 commit comments

Comments
 (0)