mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge pull request #224 from creative-commoners/pulls/3.3/reduce-log-level
FIX Reduce log level so errors do not automatically output
This commit is contained in:
commit
c133a67db6
@ -565,7 +565,7 @@ abstract class SearchIndex extends ViewableData
|
||||
*/
|
||||
public static function warn($e)
|
||||
{
|
||||
Injector::inst()->get(LoggerInterface::class)->warning($e);
|
||||
Injector::inst()->get(LoggerInterface::class)->info($e);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user