Skip to content

Commit 37c2c0c

Browse files
committed
Change name of log file.
1 parent 99f865c commit 37c2c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPQueue/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ protected function getFullLogPath()
160160
{
161161
$this->current_date = date('Ymd');
162162

163-
return sprintf('%s/%s-%s.log', $this->log_path, $this->queue_name, $this->current_date);
163+
return sprintf('%s/RunnerLog-%s-%s.log', $this->log_path, $this->queue_name, $this->current_date);
164164
}
165165
}

0 commit comments

Comments
 (0)