You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-23 00:07:44 +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:
@ -219,7 +219,10 @@ sub sectionProcess
|
||||
{name => 'iDepth'}
|
||||
);
|
||||
|
||||
&log(INFO, (' ' x ($iDepth + 1)) . 'process section: ' . $oSection->paramGet('path'));
|
||||
if ($oSection->paramGet('log'))
|
||||
{
|
||||
&log(INFO, (' ' x ($iDepth + 1)) . 'process section: ' . $oSection->paramGet('path'));
|
||||
}
|
||||
|
||||
if ($iDepth > 3)
|
||||
{
|
||||
|
Reference in New Issue
Block a user