Skip to content

v1.2.3

Compare
Choose a tag to compare
@onlime onlime released this 12 Sep 14:39
· 3 commits to main since this release
169af80
  • Made datetime format of formatted header configurable and added TZ offset to default format Y-m-d H:i:s P.
  • Fix | Prevent duplicate logging when a console command is called from a regular web request (e.g. programmatically executing an Artisan command with Artisan::call()). In web context, we're now only logging on RequestHandled event, while in console only on CommandFinished event.