1
0
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:
David Steele
2021-02-24 08:27:58 -05:00
parent 065b2ff230
commit 8f03c3574b

View File

@@ -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;