More logs in larger files.
diff --git a/buildbot/osuosl/master/buildbot.tac b/buildbot/osuosl/master/buildbot.tac
index b361d86..938ac0f 100644
--- a/buildbot/osuosl/master/buildbot.tac
+++ b/buildbot/osuosl/master/buildbot.tac
@@ -3,8 +3,11 @@
 import os
 
 basedir = os.path.dirname(os.path.abspath(__file__))
-rotateLength = 10000000 # 10 MiB
-maxRotatedFiles = 20
+#rotateLength = 10000000 # 10 MiB
+#maxRotatedFiles = 20
+rotateLength = 100000000 # 100 MiB
+maxRotatedFiles = 50
+
 configfile = r'master.cfg'
 
 application = service.Application('buildmaster')