We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1ee7a commit 61d95fbCopy full SHA for 61d95fb
src/libexec/zmlogprocess
@@ -224,7 +224,7 @@ sub run() {
224
my $state = updateState();
225
open(LOG, "<$log_file") || die $!;
226
227
- my $logregex = qr/(^.{15}) ((\d+\.\d+\.\d+\.\d+) \S+|(\S+)) ([^[]+)(\[(\d+)\])?: (.*)$/o;
+ my $logregex = qr/^(.{15}|\S+) ((\d+\.\d+\.\d+\.\d+) \S+|(\S+)) ([^[]+)(\[(\d+)\])?: (.*)$/o;
228
my %host_data;
229
my %host_qid_data; # hostname -> { qid -> { first, last } }
230
init_counters(\%host_data);
0 commit comments