Add log file #36
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: W1CDN/aprs_tool#36
Loading…
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?
Include option in config to log or not. I don't want this to get too complex.
Logging would help debugging on a live system better than
screen -r
-ing into the session and only seeing the latest output (although you can scroll a bit).https://docs.python.org/3/howto/logging.html
Need to add timestamps, something to do with formatting: https://docs.python.org/3/library/logging.html