You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-20 23:59:28 +02:00
Reduce log verbosity in doc.pl.
Reduce verbosity by only logging sections that contain an execute list directly or in a child section.
This commit is contained in:
@ -57,7 +57,7 @@ sub new
|
||||
);
|
||||
|
||||
# Create the class hash
|
||||
my $self = $class->SUPER::new($strType, $oManifest, $strRenderOutKey);
|
||||
my $self = $class->SUPER::new($strType, $oManifest, $bExe, $strRenderOutKey);
|
||||
bless $self, $class;
|
||||
|
||||
if (defined($self->{oSource}{hyCache}))
|
||||
|
Reference in New Issue
Block a user