Explorar o código

Rename controlpanel.log to installer.log

Jens %!s(int64=2) %!d(string=hai) anos
pai
achega
b4e1b5aeca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/install/functions.php

+ 1 - 1
public/install/functions.php

@@ -243,7 +243,7 @@ function run_console(string $command, array $descriptors = null, string $cwd = n
 function wh_log(string $message, string $level = 'info', array $context = []): void
 {
     $formatter = new LineFormatter(null, null, true, true);
-    $stream = new StreamHandler(dirname(__FILE__, 3) . '/storage/logs/controlpanel.log', Logger::DEBUG);
+    $stream = new StreamHandler(dirname(__FILE__, 3) . '/storage/logs/installer.log', Logger::DEBUG);
     $stream->setFormatter($formatter);
 
     $log = new Logger('ControlPanel');