mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-16 15:25:17 -04:00
get rid of some debug noise from tracker and email delay
This commit is contained in:
parent
18acd64334
commit
7e3b95fd01
@ -358,7 +358,7 @@ class APRSDEmailThread(threads.APRSDThread):
|
|||||||
# any send/receive/resend activity will reset this to 60 seconds
|
# any send/receive/resend activity will reset this to 60 seconds
|
||||||
if check_email_delay < 300:
|
if check_email_delay < 300:
|
||||||
check_email_delay += 1
|
check_email_delay += 1
|
||||||
LOG.debug("check_email_delay is " + str(check_email_delay) + " seconds")
|
# LOG.debug("check_email_delay is " + str(check_email_delay) + " seconds")
|
||||||
|
|
||||||
shortcuts = CONFIG["shortcuts"]
|
shortcuts = CONFIG["shortcuts"]
|
||||||
# swap key/value
|
# swap key/value
|
||||||
|
@ -446,7 +446,7 @@ def server(loglevel, quiet, disable_validation, config_file, flush):
|
|||||||
# to keep the log noise down
|
# to keep the log noise down
|
||||||
if cntr % 6 == 0:
|
if cntr % 6 == 0:
|
||||||
tracker = messaging.MsgTrack()
|
tracker = messaging.MsgTrack()
|
||||||
LOG.debug("KeepAlive Tracker({}): {}".format(len(tracker), str(tracker)))
|
# LOG.debug("KeepAlive Tracker({}): {}".format(len(tracker), str(tracker)))
|
||||||
cntr += 1
|
cntr += 1
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user