eee
This commit is contained in:
@@ -48,7 +48,7 @@ class StdoutLogger extends Component
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->logger = new Logger(\config('id'));
|
||||
$this->logger = new Logger(\config('site.id'));
|
||||
$this->levels = [
|
||||
'debug' => $this->logger::DEBUG,
|
||||
'info' => $this->logger::INFO,
|
||||
|
||||
Reference in New Issue
Block a user