summaryrefslogtreecommitdiff
path: root/tools/commitfest/update_archive_threads.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/commitfest/update_archive_threads.py')
-rwxr-xr-xtools/commitfest/update_archive_threads.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/commitfest/update_archive_threads.py b/tools/commitfest/update_archive_threads.py
index bc42085..d48f215 100755
--- a/tools/commitfest/update_archive_threads.py
+++ b/tools/commitfest/update_archive_threads.py
@@ -26,7 +26,8 @@ if __name__ == "__main__":
# Logging always done to stdout, but we can turn on/off how much
logging.basicConfig(format='%(asctime)s %(levelname)s: %(msg)s',
- level=debug and logging.DEBUG or logging.INFO)
+ level=debug and logging.DEBUG or logging.INFO,
+ stream=sys.stdout)
logging.debug("Checking for updated mail threads in the archives")
for thread in MailThread.objects.filter(patches__commitfests__status__in=(1,2,3)).distinct():