mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
Configuration for logging added
This commit is contained in:
parent
2e6e3597e5
commit
4622814e5f
4 changed files with 18 additions and 4 deletions
|
@ -369,7 +369,7 @@ class System
|
|||
*/
|
||||
public static function exit()
|
||||
{
|
||||
DI::page()->logRuntime();
|
||||
DI::page()->logRuntime(DI::config());
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue