This commit is contained in:
crazywhalecc
2026-05-06 14:50:33 +08:00
parent ecf10bec7c
commit 2ae5a876f0
2 changed files with 9 additions and 9 deletions

View File

@@ -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