1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-07 08:34:40 -04:00

Added python rich library based logging.

The python rich library is extensive and has a really nice
log format that is easier to read and has built in formatting
and coloring of the log output.

To enable rich logging add rich_logging: True in the config file.
This commit is contained in:
2021-12-03 08:00:31 -05:00
parent e27887db1a
commit 1d5f76defc
8 changed files with 208 additions and 2 deletions
+8
View File
@@ -1,9 +1,17 @@
CHANGES
=======
v2.5.5
------
* Update requirements to use aprslib 0.7.0
* fixed the failure during loading for objectstore
* updated docker build
v2.5.4
------
* Updated Changelog
* Fixed dev command missing initialization
v2.5.3