This commit is contained in:
2025-12-24 16:59:05 +08:00
parent b52a51c09b
commit b68946fe79
218 changed files with 10790 additions and 3878 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ return [
[
'class' => Monolog\Handler\RotatingFileHandler::class,
'constructor' => [
runtime_path() . '/logs/webman'.ceil(date('H')/6).'.log',
//runtime_path() . '/logs/webman'.ceil(date('H')/6).'.log',
runtime_path() . '/logs/webman.log',
7, //$maxFiles
Monolog\Logger::INFO,
],