diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic
index 70dc3fb8b2ca6926fef0d9ec11bfe991a01dda90..5676eb80901686268dceee677cdaaabf581db9d1 100755
--- a/bin/steps/django/collectstatic
+++ b/bin/steps/django/collectstatic
@@ -13,6 +13,7 @@ fi
 # Compile assets if collectstatic appears to be kosher.
 if [ "$RUN_COLLECTSTATIC" ]; then
     echo "-----> Collecting static files"
+    echo "python $MANAGE_FILE collectstatic --noinput --verbosity=0"
     python $MANAGE_FILE collectstatic --noinput --verbosity=0 | indent
 
     [ $? -ne 0 ] && {