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