This commit is contained in:
2025-12-18 15:39:47 +08:00
parent 377a9c17c3
commit f6f94aff32
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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,