mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Improve the JSON output of the log entries
This commit is contained in:
parent
5c82c2d4ee
commit
d56fc6d18f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ abstract class AbstractLogger implements LoggerInterface
|
|||
}
|
||||
}
|
||||
|
||||
return @json_encode($output);
|
||||
return @json_encode($output, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue