diff --git a/code/utils/CombinationsArrayIterator.php b/code/utils/CombinationsArrayIterator.php index 0e873a8..25c0531 100644 --- a/code/utils/CombinationsArrayIterator.php +++ b/code/utils/CombinationsArrayIterator.php @@ -1,6 +1,9 @@ createWithArgs( - 'QueuedJobLogHandler', + 'SilverStripe\FullTextSearch\Utils\Logging\QueuedJobLogHandler', array($job, Logger::INFO) ); } diff --git a/code/utils/logging/QueuedJobLogHandler.php b/code/utils/logging/QueuedJobLogHandler.php index 1d4337c..bc54bf0 100644 --- a/code/utils/logging/QueuedJobLogHandler.php +++ b/code/utils/logging/QueuedJobLogHandler.php @@ -1,12 +1,16 @@