Logging changes when processing TIC files

This commit is contained in:
2023-09-08 21:11:53 +10:00
parent 6d199345ac
commit 67c1be209d
4 changed files with 10 additions and 10 deletions

View File

@@ -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);