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:
@@ -15,4 +15,11 @@
|
||||
<directory>src</directory>
|
||||
</include>
|
||||
</source>
|
||||
<coverage>
|
||||
<report>
|
||||
<html outputDirectory="coverage-html" lowUpperBound="80" highLowerBound="95"/>
|
||||
<text outputFile="coverage.txt" showUncoveredFiles="false" showOnlySummary="true"/>
|
||||
<xml outputDirectory="coverage-xml"/>
|
||||
</report>
|
||||
</coverage>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user