Adding Develop and normal Logging instances
This commit is contained in:
committed by
Hypolite Petovan
parent
1702cb73e7
commit
8f9c0fe149
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Util\LoggerFactory;
|
||||
|
||||
if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
|
||||
die('Vendor path not found. Please execute "bin/composer.phar --no-dev install" on the command line in the web root.');
|
||||
@@ -13,7 +13,7 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
|
||||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
$logger = Logger::create('app');
|
||||
$logger = LoggerFactory::create('app');
|
||||
|
||||
// We assume that the index.php is called by a frontend process
|
||||
// The value is set to "true" by default in App
|
||||
|
||||
Reference in New Issue
Block a user