X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=c2dd31bcf24289362cb4f8e223617b5275c84be1;hb=b0411b46c44697e40832a8de5e3830479e04d86b;hp=c0a891bfddfed2ddf0a74949b850b6d5f421c088;hpb=8f9c0fe14956efbcaf0db9dbfb83222e18e0ab2f;p=friendica.git 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