Skip to content

Commit

Permalink
Refactor logging in AppServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Dec 23, 2023
1 parent 94d0979 commit 303bd94
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,7 @@ public function boot(): void
],
]);
} else {
Log::info('Job processed', [
'uuid' => $uuid,
'data' => [
'commandName' => $commandName,
'command' => $command,
],
]);
Log::info("Job processed: {$commandName}");
}
});

Expand Down

0 comments on commit 303bd94

Please sign in to comment.