v1.2.3
- 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 onRequestHandled
event, while in console only onCommandFinished
event.