Add test logger

This commit is contained in:
Watchful1 2024-09-17 20:24:18 -07:00
parent 22127dd637
commit a35b79547d

View file

@ -248,6 +248,8 @@ if __name__ == "__main__":
section_name="Watchful12",
log_level=logging.WARNING,
)
log.warning("test")
discord_logging.flush_discord()
status_file = "process.json"
stages, month = load_status(status_file)