mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Monolog;
|
||||
|
||||
final class Utils
|
||||
{
|
||||
const DEFAULT_JSON_FLAGS = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION;
|
||||
const DEFAULT_JSON_FLAGS = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION | JSON_INVALID_UTF8_SUBSTITUTE;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
Reference in New Issue
Block a user