Skip to content

Commit

Permalink
Enable BESS debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed May 14, 2024
1 parent dc7ef58 commit 5a1b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybess/bess.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class ConstraintError(Exception):
CLOSING_CHANNEL = "ConnectionClosing"

def __init__(self):
self.debug = False
self.debug = True
self.stub = None
self.channel = None
self.peer = self.DEF_GRPC_URL
Expand Down

0 comments on commit 5a1b2e3

Please sign in to comment.