Configuration for logging added

This commit is contained in:
Michael 2022-05-18 03:10:38 +00:00
parent 2e6e3597e5
commit 4622814e5f
4 changed files with 18 additions and 4 deletions

View file

@ -719,7 +719,7 @@ class App
} catch (HTTPException $e) {
(new ModuleHTTPException())->rawContent($e);
}
$page->logRuntime();
$page->logRuntime($this->config);
}
/**