]> git.mxchange.org Git - friendica.git/commitdiff
Change channel "app" to "index"
authorPhilipp Holzer <admin@philipp.info>
Thu, 3 Jan 2019 20:11:18 +0000 (21:11 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 15:00:48 +0000 (10:00 -0500)
index.php

index c0a891bfddfed2ddf0a74949b850b6d5f421c088..c2dd31bcf24289362cb4f8e223617b5275c84be1 100644 (file)
--- 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