Enable Discovery debug logging for production troubleshooting

- Add DISCOVERY_LOG_LEVEL=debug
- Add DISCOVERY_SHOW_PROGRESS=true
- Temporary changes for debugging InitializerProcessor fixes on production
This commit is contained in:
2025-08-11 20:13:26 +02:00
parent 59fd3dd3b1
commit 55a330b223
3683 changed files with 2956207 additions and 16948 deletions

View File

@@ -0,0 +1,36 @@
<?php declare(strict_types = 1);
// odsl-/home/michael/dev/michaelschiemer/vendor/composer/../sebastian/exporter/src/
return \PHPStan\Cache\CacheItem::__set_state(array(
'variableKey' => 'v1',
'data' =>
array (
'/home/michael/dev/michaelschiemer/vendor/sebastian/exporter/src/Exporter.php' =>
array (
0 => 'dcc53ec1b74a7c6f1ec34c104365031cb1700326',
1 =>
array (
0 => 'sebastianbergmann\\exporter\\exporter',
),
2 =>
array (
0 => 'sebastianbergmann\\exporter\\__construct',
1 => 'sebastianbergmann\\exporter\\export',
2 => 'sebastianbergmann\\exporter\\shortenedrecursiveexport',
3 => 'sebastianbergmann\\exporter\\shortenedexport',
4 => 'sebastianbergmann\\exporter\\toarray',
5 => 'sebastianbergmann\\exporter\\countproperties',
6 => 'sebastianbergmann\\exporter\\shortenedcountedrecursiveexport',
7 => 'sebastianbergmann\\exporter\\recursiveexport',
8 => 'sebastianbergmann\\exporter\\exportfloat',
9 => 'sebastianbergmann\\exporter\\exportstring',
10 => 'sebastianbergmann\\exporter\\exportarray',
11 => 'sebastianbergmann\\exporter\\exportobject',
12 => 'sebastianbergmann\\exporter\\canbereflected',
),
3 =>
array (
),
),
),
));