Logging changes when processing TIC files
This commit is contained in:
@@ -59,7 +59,7 @@ class TicProcess implements ShouldQueue
|
||||
$to = new Tic;
|
||||
$to->load(storage_path('app').'/'.$this->file);
|
||||
|
||||
Log::info(sprintf('%s:Processed [%s] storing [%s] as id [%d]',self::LOGKEY,$this->file,$to->fo->name,$to->fo->id));
|
||||
Log::info(sprintf('%s:= Processed [%s] storing [%s] as id [%d]',self::LOGKEY,$this->file,$to->fo->name,$to->fo->id));
|
||||
|
||||
unlink(storage_path('app').'/'.$this->file);
|
||||
|
||||
|
Reference in New Issue
Block a user