Improve the JSON output of the log entries

pull/10948/head
Michael 2021-11-02 08:06:55 +00:00
rodzic 5c82c2d4ee
commit d56fc6d18f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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