This commit is contained in:
2021-03-01 17:30:54 +08:00
parent 79b46f434d
commit 6bca01ba0b
+1 -1
View File
@@ -126,7 +126,7 @@ abstract class BaseApplication extends Service
*/
private function print_task_is_idle(): static
{
$this->debug(sprintf('%s:%d state %s has number %d', Snowflake::getEnvironmental(), env('worker'), $this->state, $this->taskNumber));
$this->warning(sprintf('%s:%d state %s has number %d', Snowflake::getEnvironmental(), env('worker'), $this->state, $this->taskNumber));
return $this;
}