Additional logging for the stats recalculation (#358)

* Additional logging for the stats recalculation

* style fix
This commit is contained in:
Nabeel S
2019-08-10 20:42:35 -04:00
committed by GitHub
parent c1103afe8f
commit dc51897314
19 changed files with 99 additions and 43 deletions
+4 -1
View File
@@ -4,6 +4,7 @@ namespace App\Console\Commands;
use App\Console\Command;
use Log;
use Tivie\OS\Detector;
/**
* Class CreateDatabase
@@ -20,7 +21,9 @@ class CreateDatabase extends Command
public function __construct()
{
parent::__construct();
$this->os = new \Tivie\OS\Detector();
$this->redirectLoggingToFile('stdout');
$this->os = new Detector();
}
/**