2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 03:19:48 +00:00

Initialize needed tracelog

pxe was trying to use tracelog
without actually initializing it
This commit is contained in:
Jarrod Johnson 2020-07-09 10:25:28 -04:00
parent d80a58304c
commit 48804ed23f

View File

@ -294,6 +294,7 @@ def snoop(handler, protocol=None):
#prominent
#TODO(jjohnson2): enable unicast replies. This would suggest either
# injection into the neigh table before OFFER or using SOCK_RAW.
tracelog = log.Logger('trace')
global attribwatcher
cfg = cfm.ConfigManager(None)
remap_nodes(cfg.list_nodes(), cfg)