--- loncom/loncron 2003/03/10 17:39:21 1.37 +++ loncom/loncron 2003/04/07 18:19:23 1.38 @@ -403,7 +403,7 @@ if ($perlvar{'lonRole'} eq "library") { $atime,$mtime,$ctime, $blksize,$blocks)=stat($fname); - if ($size>40000) { + if ($size>200000) { print $fh "Rotating logs ...

"; rename("$fname.2","$fname.3"); rename("$fname.1","$fname.2");