mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Change channel "app" to "index"
This commit is contained in:
parent
c3c0332536
commit
651834f7d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue