1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-29 17:30:14 +02:00

Replace goo.gl URL (#1904)

Google URL Shortener links will no longer be available:
https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/
This commit is contained in:
Sébastien Alfaiate
2024-08-17 15:11:50 +07:00
committed by GitHub
parent f4393b648b
commit b914d02a9d

View File

@@ -111,7 +111,7 @@ class PHPConsoleHandler extends AbstractProcessingHandler
'dumperItemSizeLimit' => 5000, // int Maximum length of any string or dumped array item
'dumperDumpSizeLimit' => 500000, // int Maximum approximate size of dumped vars result formatted in JSON
'detectDumpTraceAndSource' => false, // bool Autodetect and append trace data to debug
'dataStorage' => null, // \PhpConsole\Storage|null Fixes problem with custom $_SESSION handler(see http://goo.gl/Ne8juJ)
'dataStorage' => null, // \PhpConsole\Storage|null Fixes problem with custom $_SESSION handler (see https://github.com/barbushin/php-console#troubleshooting-with-_session-handler-overridden-in-some-frameworks)
];
private Connector $connector;