4
This commit is contained in:
+2
-1
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user