diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-03-22 16:15:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-03-22 16:15:23 -0700 |
commit | fa45fdd61de3c4fe098eb9ba2e8e4b20a7b989b7 (patch) | |
tree | dc27bea31ea6cf809809663548df75ed80d7da24 /FS/FS | |
parent | 9d67a30cabe500734e5fc931221a97cfa33618dd (diff) |
save logging information so we have a historical record of exactly when problems happened, RT#79780
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/log_context.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index 7a59ea7d7..0ff8cc868 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -22,6 +22,7 @@ my @contexts = ( qw( queue upgrade upgrade_taxable_billpkgnum + freeside-ipifony-download freeside-paymentech-upload freeside-paymentech-download ) ); |