mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 12:41:16 -08:00
parent
e9578ba8a1
commit
052f8e2c42
|
@ -55,8 +55,10 @@ class ObjectImportCommand extends Command
|
||||||
->setShouldNotify($this->option('send-welcome'))
|
->setShouldNotify($this->option('send-welcome'))
|
||||||
->setUsernameFormat($this->option('username_format'));
|
->setUsernameFormat($this->option('username_format'));
|
||||||
|
|
||||||
$logFile = $this->option('logfile');
|
|
||||||
\Log::useFiles($logFile);
|
// This $logFile/useFiles() bit is currently broken, so commenting it out for now
|
||||||
|
// $logFile = $this->option('logfile');
|
||||||
|
// \Log::useFiles($logFile);
|
||||||
$this->comment('======= Importing Items from '.$filename.' =========');
|
$this->comment('======= Importing Items from '.$filename.' =========');
|
||||||
$importer->import();
|
$importer->import();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue