You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Reduce default file log level for integration tests.
The real/all test could fill the ramdisk depending on which vm and pg version were selected. Debug level should be fine for most purposes and the level can be increased when needed.
This commit is contained in:
@@ -135,7 +135,7 @@ my $bClean;
|
|||||||
my $bCleanOnly;
|
my $bCleanOnly;
|
||||||
my $strLogLevel = lc(INFO);
|
my $strLogLevel = lc(INFO);
|
||||||
my $strLogLevelTest = lc(OFF);
|
my $strLogLevelTest = lc(OFF);
|
||||||
my $strLogLevelTestFile = lc(TRACE);
|
my $strLogLevelTestFile = lc(DEBUG);
|
||||||
my $bNoLogTimestamp = false;
|
my $bNoLogTimestamp = false;
|
||||||
my $bVmOut = false;
|
my $bVmOut = false;
|
||||||
my @stryModule;
|
my @stryModule;
|
||||||
|
|||||||
Reference in New Issue
Block a user