aprsd/aprsd/log
Hemna 93a9cce0c0 Put an upper bound on the QueueHandler queue
This patch overrides the base QueueHandler class
from logging to ensure that the queue doesn't grow
infinitely.  That can be a problem when there is
no consumer pulling items out of the queue.
the queue is now capped at 200 entries max.
2024-05-07 20:00:17 -04:00
..
__init__.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
log.py Put an upper bound on the QueueHandler queue 2024-05-07 20:00:17 -04:00