Improve the JSON output of the log entries

This commit is contained in:
Michael 2021-11-02 08:06:55 +00:00
parent 5c82c2d4ee
commit d56fc6d18f

View file

@ -129,7 +129,7 @@ abstract class AbstractLogger implements LoggerInterface
} }
} }
return @json_encode($output); return @json_encode($output, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
} }
/** /**