mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
Fix #1129
This commit is contained in:
@@ -30,7 +30,7 @@ GlobalEnvManager::init();
|
||||
// init console logger
|
||||
global $ob_logger;
|
||||
ConsoleLogger::$date_format = 'H:i:s';
|
||||
ConsoleLogger::$format = '[%date% %level%] %body%';
|
||||
ConsoleLogger::$format = '[%date% %level_long%] %body%';
|
||||
$ob_logger = new ConsoleLogger(LogLevel::WARNING);
|
||||
|
||||
// setup log file
|
||||
|
||||
Reference in New Issue
Block a user