turn down logging level
authorivan <ivan>
Thu, 11 Mar 2004 08:54:52 +0000 (08:54 +0000)
committerivan <ivan>
Thu, 11 Mar 2004 08:54:52 +0000 (08:54 +0000)
FS/bin/freeside-selfservice-server

index 371a646..03c7135 100644 (file)
@@ -24,7 +24,7 @@ use FS::Conf;
 use FS::cust_bill;
 use FS::cust_pkg;
 
 use FS::cust_bill;
 use FS::cust_pkg;
 
-$Debug = 2; # >= 2 will log packet contents, including potentially compromising
+$Debug = 1; # >= 2 will log packet contents, including potentially compromising
             # information
 
 $shutdown = 0;
             # information
 
 $shutdown = 0;