Skip to content

Commit

Permalink
Fix logging dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Jan 23, 2024
1 parent 9cbb50c commit 4843dc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
/config/settings/dev.yml
/config/settings/prod.yml
/log/*
*.csv
secret.yaml
2 changes: 1 addition & 1 deletion cyber_source/download_payment_batch_detail_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DownloadPaymentBatchDetailReport
enableLog: true,
merchantKeyId: ENV.fetch('MERCHANT_KEY_ID', nil),
merchantsecretKey: ENV.fetch('MERCHANT_SECRET_KEY', nil),
logDirectory: 'harvestlog',
logDirectory: 'log',
logFilename: 'cybs'
}.freeze

Expand Down

0 comments on commit 4843dc7

Please sign in to comment.