restrict logging by default.

This commit is contained in:
hjp 2008-07-13 20:01:25 +00:00
parent 2edaa67ccc
commit a06a715c5d
1 changed files with 1 additions and 0 deletions

1
backup
View File

@ -21,5 +21,6 @@ my $ca = Simba::CA->new({
fh_log => $log,
(@filesets ? ( filesets => \@filesets ) : ()),
});
$ca->log_level(9);
$ca->run();