Skip to content

Commit

Permalink
add job params logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dimansuvorlinda committed Jun 10, 2024
1 parent bc13f4c commit ee9b7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/VerboseBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function beforeExec(ExecEvent $event)
$this->command->stdout($this->jobTitle($event), Console::FG_GREY);
$this->command->stdout(' - ', Console::FG_YELLOW);
$this->command->stdout('Started', Console::FG_GREEN);
$this->command->stdout(' (params:' . json_encode($event->job, JSON_UNESCAPED_UNICODE) . ')');
$this->command->stdout(PHP_EOL);
}

Expand Down

0 comments on commit ee9b7f5

Please sign in to comment.