From 651834f7d1f8ec39cb9bcd6cab111d2c313f8e6b Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Thu, 3 Jan 2019 21:11:18 +0100 Subject: [PATCH] Change channel "app" to "index" --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c0a891bfdd..c2dd31bcf2 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) { require __DIR__ . '/vendor/autoload.php'; -$logger = LoggerFactory::create('app'); +$logger = LoggerFactory::create('index'); // We assume that the index.php is called by a frontend process // The value is set to "true" by default in App