diff --git a/tootbot.py b/tootbot.py
index feefc7a28a53c8bd5d9866046954120fd0352f5a..785684968723a01aa172d495d4c26b10829c346c 100755
--- a/tootbot.py
+++ b/tootbot.py
@@ -14,7 +14,7 @@ auth_session = auth_file+'.session'
 mastodon_api = None
 
 # Set to 1 to get some messages, 0 for error messages only
-debug=0
+debug=1
 
 # Posting delay (s), wait between mastodon posts, reduces the "burst" effect on timeline, and instance workload if you hit rate limiters
 posting_delay=3