From 94785fae503c2e235175bd5e2cfa4f6f523bda49 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 16 Oct 2021 13:29:04 +1100 Subject: [PATCH] Minor fixes for gelf output --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 4c6c4233642f..808a7d604a5c 100644 --- a/config/logging.php +++ b/config/logging.php @@ -129,7 +129,7 @@ return [ // This optional option determines the channel name sent with the // message in the 'facility' field. Default is equal to app.env // configuration value - 'name' => 'my-custom-name', + 'name' => 'v5_app', // This optional option determines the system name sent with the // message in the 'source' field. When forgotten or set to null,