1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Show Process ID in log output instead of filtering it out with the timestamp.

This commit is contained in:
David Steele
2016-09-14 16:30:57 -05:00
parent f253a4d85c
commit e08b56a4e3
34 changed files with 20552 additions and 20485 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ sub logAdd
# Do replacements on each line of the log
foreach my $strLine (split("\n", $strLog))
{
$strLine =~ s/^[0-9]{4}-[0-1][0-9]-[0-3][0-9] [0-2][0-9]:[0-6][0-9]:[0-6][0-9]\.[0-9]{3} P[0-9]{2} //;
$strLine =~ s/^[0-9]{4}-[0-1][0-9]-[0-3][0-9] [0-2][0-9]:[0-6][0-9]:[0-6][0-9]\.[0-9]{3} //;
if ($strLine !~ /^ TEST/)
{