Index: /trunk/arclog/arclog_readdb.pl
===================================================================
--- /trunk/arclog/arclog_readdb.pl	(revision 17279)
+++ /trunk/arclog/arclog_readdb.pl	(revision 17280)
@@ -19,5 +19,5 @@
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
 
-my $filter_records = 1;
+my $filter_records = 0;
 
 my $rcfile = "$ENV{HOME}/.arclogrc";
@@ -64,5 +64,5 @@
 
     # do not print filtered records
-    if (defined $filter_records) {
+    if ($filter_records) {
         foreach my $filter (@myfilters) {
             next RECORDS if $event =~ /$filter/;
