fix : readme update

This commit is contained in:
2025-09-17 17:18:18 +08:00
parent 082c15d697
commit 5d2f32b22b
6 changed files with 224 additions and 36 deletions

View File

@@ -163,7 +163,7 @@ abstract class BaseScript
];
$logStrategy = match(true) {
!$success => $this->logger->cache()->error(...),
!$success => $this->logger->error()->error(...),
$this->debugMode => $this->logger->cache()->debug(...),
default => fn() => null // 不记录
};