turn off super-verbose logging
[freeside.git] / 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";