Log Pwnagotchi Re|Started

Adds a line to the log file to identify when pwnagotchi was restarted
This commit is contained in:
Boris Badenov
2025-03-07 10:51:08 -06:00
parent d91fe8e17e
commit db85c68e63

View File

@ -268,6 +268,7 @@ def setup_logging(args, config):
requests_log.addHandler(logging.NullHandler())
requests_log.prpagate = False
logging.info("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Pwnagotchi Re|Started -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-")