Log packets that cause errors #26
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think this can be done in the
frames
table as long as the raw frame can be added to theraw
field.Currently logging everything to
aprs_api.log
. Adding to db would depend on what the error is.Can just add the raw log messages to a db table. Then it could be exposed on a page or API endpoint so you could see it without having to SSH in.
Any security implications here?