Improve the JSON output of the log entries
This commit is contained in:
parent
5c82c2d4ee
commit
d56fc6d18f
|
@ -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 New Issue
Block a user