turn off super-verbose logging
authorivan <ivan>
Thu, 2 Oct 2003 13:08:58 +0000 (13:08 +0000)
committerivan <ivan>
Thu, 2 Oct 2003 13:08:58 +0000 (13:08 +0000)
fs_selfservice/FS-SelfService/freeside-selfservice-clientd

index 438d472..45d9da9 100644 (file)
@@ -17,7 +17,7 @@ use IO::File;
 #STDOUT->setbuf('');
 
 use vars qw( $Debug );
-$Debug = 3; #2 will turn on child logging, 3 will log packet contents,
+$Debug = 2; #2 will turn on child logging, 3 will log packet contents,
             #including potentially compromising information
 
 my $socket = "/usr/local/freeside/selfservice_socket";