option to disable password checks for an agent, RT#40236
[freeside.git] / FS / FS / log_context.pm
index 403829a..718b4d5 100644 (file)
@@ -9,6 +9,7 @@ my @contexts = ( qw(
   bill_and_collect
   FS::cust_main::Billing::bill_and_collect
   FS::cust_main::Billing::bill
+  FS::Misc::Geo::standardize_uscensus
   Cron::bill
   Cron::upload
   spool_upload
@@ -16,6 +17,8 @@ my @contexts = ( qw(
   queue
   upgrade
   upgrade_taxable_billpkgnum
+  freeside-paymentech-upload
+  freeside-paymentech-download
 ) );
 
 =head1 NAME