mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:44:25 +02:00
Configuration for logging added
This commit is contained in:
parent
2e6e3597e5
commit
4622814e5f
4 changed files with 18 additions and 4 deletions
|
@ -719,7 +719,7 @@ class App
|
|||
} catch (HTTPException $e) {
|
||||
(new ModuleHTTPException())->rawContent($e);
|
||||
}
|
||||
$page->logRuntime();
|
||||
$page->logRuntime($this->config);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue