| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 44 | 1 | public function run($request) |
|
| 45 | { |
||
| 46 | 1 | Injector::inst()->get(LoggerInterface::class)->warn(_t( |
|
| 47 | 1 | __class__ . ".CLEARLOG", |
|
| 48 | 1 | "Emptying logs for table SolrLog." . PHP_EOL . "WARNING: Any logs that are not inspected will be gone soon." |
|
| 49 | )); |
||
| 50 | 1 | DB::query('TRUNCATE TABLE `Solr_SolrLog`'); |
|
| 51 | 1 | } |
|
| 53 |