]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Store full timestamp when checking logs
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 11 Apr 2017 16:05:44 +0000 (17:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 11 Apr 2017 16:05:44 +0000 (17:05 +0100)
utils/rspamd_stats.pl

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