diff --git a/System/Abstracts/BaseApplication.php b/System/Abstracts/BaseApplication.php index 2d1d88e5..e57469f3 100644 --- a/System/Abstracts/BaseApplication.php +++ b/System/Abstracts/BaseApplication.php @@ -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; }