summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager/ntfrcv.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v3arch/manager/ntfrcv.py')
-rw-r--r--examples/v3arch/manager/ntfrcv.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/v3arch/manager/ntfrcv.py b/examples/v3arch/manager/ntfrcv.py
index 2a034ae..81bf25a 100644
--- a/examples/v3arch/manager/ntfrcv.py
+++ b/examples/v3arch/manager/ntfrcv.py
@@ -2,6 +2,10 @@
from pysnmp.entity import engine, config
from pysnmp.carrier.asynsock.dgram import udp
from pysnmp.entity.rfc3413 import ntfrcv
+from pysnmp import debug
+
+# Optionally enable stdout debugging
+#debug.setLogger(debug.Debug('all'))
# Create SNMP engine with autogenernated engineID and pre-bound
# to socket transport dispatcher