feat: log to file

This commit is contained in:
2026-02-02 21:59:45 +01:00
parent d5bdc18293
commit 42e46fec8a
3 changed files with 35 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ SELECTOR_TYPE=xpath
# Cache file location (stores the hash of previous content)
CACHE_FILE=.cache/hash.txt
# Optional: Log file path (leave empty to only log to console)
LOG_FILE=.logs/alert.log
# SMTP Email Configuration
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587