Browse Source

Revert "[Minor] Store full timestamp when checking logs"

This reverts commit defc166a58.
pull/1794/head
Alexander Moisseev 8 years ago
parent
commit
1e95d222b3
  1. 2
      utils/rspamd_stats.pl

2
utils/rspamd_stats.pl

@ -214,7 +214,7 @@ sub ProcessLog {
next if !$enabled;
if (/^.*rspamd_task_write_log.*$/) {
my $ts = join ' ', ( split /\s+/ )[ 0 .. 2 ];
my $ts = join ' ', ( split /\s+/ )[ 0 .. 1 ];
next if ( $ts lt $startTime );
next if ( defined $endTime && $ts gt $endTime );

Loading…
Cancel
Save