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:
@@ -7,4 +7,14 @@ session.cookie_samesite = Lax
|
||||
|
||||
date.timezone = Europe/Berlin
|
||||
|
||||
opcache.preload=/var/www/michaelschiemer/src/preload.php
|
||||
; OPcache Configuration for Development
|
||||
opcache.enable=1
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.validate_timestamps=1
|
||||
opcache.revalidate_freq=0
|
||||
opcache.save_comments=1
|
||||
opcache.enable_file_override=1
|
||||
opcache.optimization_level=0x7FFEBFFF
|
||||
; opcache.preload=/var/www/html/src/preload.php
|
||||
|
||||
Reference in New Issue
Block a user