From db85c68e631f713796ce67b272bd8c726528ec03 Mon Sep 17 00:00:00 2001 From: Boris Badenov Date: Fri, 7 Mar 2025 10:51:08 -0600 Subject: [PATCH] Log Pwnagotchi Re|Started Adds a line to the log file to identify when pwnagotchi was restarted --- pwnagotchi/log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/log.py b/pwnagotchi/log.py index 41b0def6..bd55ff6c 100644 --- a/pwnagotchi/log.py +++ b/pwnagotchi/log.py @@ -268,6 +268,7 @@ def setup_logging(args, config): requests_log.addHandler(logging.NullHandler()) requests_log.prpagate = False + logging.info("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Pwnagotchi Re|Started -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-")