mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
remove log messages
This commit is contained in:
parent
2498bdd5d4
commit
2e188e6f7a
|
|
@ -51,7 +51,6 @@ from boswatch.utils import misc
|
||||||
header.logoToLog()
|
header.logoToLog()
|
||||||
header.infoToLog()
|
header.infoToLog()
|
||||||
|
|
||||||
logging.debug("parse args")
|
|
||||||
# With -h or --help you get the Args help
|
# With -h or --help you get the Args help
|
||||||
parser = argparse.ArgumentParser(prog="bw_client.py",
|
parser = argparse.ArgumentParser(prog="bw_client.py",
|
||||||
description="""BOSWatch is a Python Script to receive and
|
description="""BOSWatch is a Python Script to receive and
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,6 @@ from boswatch.utils import misc
|
||||||
header.logoToLog()
|
header.logoToLog()
|
||||||
header.infoToLog()
|
header.infoToLog()
|
||||||
|
|
||||||
logging.debug("parse args")
|
|
||||||
# With -h or --help you get the Args help
|
# With -h or --help you get the Args help
|
||||||
parser = argparse.ArgumentParser(prog="bw_server.py",
|
parser = argparse.ArgumentParser(prog="bw_server.py",
|
||||||
description="""BOSWatch is a Python Script to receive and
|
description="""BOSWatch is a Python Script to receive and
|
||||||
|
|
@ -99,7 +98,9 @@ try:
|
||||||
bwPacket.set("clientIP", data[0])
|
bwPacket.set("clientIP", data[0])
|
||||||
misc.addServerDataToPacket(bwPacket, bwConfig)
|
misc.addServerDataToPacket(bwPacket, bwConfig)
|
||||||
|
|
||||||
|
logging.debug("[ --- ALARM --- ]")
|
||||||
bwRoutMan.runRouters(bwConfig.get("alarmRouter"), bwPacket)
|
bwRoutMan.runRouters(bwConfig.get("alarmRouter"), bwPacket)
|
||||||
|
logging.debug("[ --- END ALARM --- ]")
|
||||||
|
|
||||||
incomingQueue.task_done()
|
incomingQueue.task_done()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue