Index: /trunk/server/fedora/config/etc/httpd/statistics_log_mitonly.sh
===================================================================
--- /trunk/server/fedora/config/etc/httpd/statistics_log_mitonly.sh	(revision 1314)
+++ /trunk/server/fedora/config/etc/httpd/statistics_log_mitonly.sh	(revision 1315)
@@ -1,2 +1,2 @@
 #!/bin/sh
-awk '/^18\./ && ! /^18.181/ { print $2 }' >> /var/log/httpd/statistics_log
+awk '/^18\./ && ! /^18.181/ { print $2; fflush() }' >> /var/log/httpd/statistics_log
