1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-03-17 13:29:38 -04:00

8 Commits

Author SHA1 Message Date
61126289df Reworked listen command log output
This patch makes portions of the log format optional,
so the main output of the listen command now is the timestamp
and the packet.
2025-12-11 09:31:11 -05:00
0fa5b07d4b Added new config to disable logging to console
This patch adds a new config setting to the logging
section that allows the user to disable logging to stdout.
This is useful for terminal UI apps :)
2025-02-26 17:41:40 -05:00
06bdb34642 CONF.logging.enable_color option added
This allows the user to turn off ANSI color output for
logging to the console.
2025-02-20 12:44:16 -05:00
72d068c0b8 Changed to ruff
This patch changes to the ruff linter.  SO MUCH quicker.
Removed grey and mypy as well.
2024-12-20 22:00:54 -05:00
2cb9c2a31c Put threads first after date/time 2024-03-06 13:39:51 -05:00
2fefa9fcd6 Replace slow rich logging with loguru
This patch removes the rich logging with
the modern loguru logging
2024-03-06 13:00:52 -05:00
35d41582ee Moved logging to log for wsgi.py
Added wsgi.py to be used with gunicorn to start aprsd's web admin
interface.

gunicorn -b :8080 "aprsd.wsgi:app"
2023-07-16 16:32:39 -04:00
f4a6dfc8a0 Added missing conf 2022-12-27 14:46:41 -05:00