You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.