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

@@ -1,115 +1,18 @@
# Exclude everything first
*
# Then include only what we need
!composer.json
!src/
!public/index.php
!public/.htaccess
!config/
!routes/
!resources/views/
!resources/lang/
!app.php
!index.php
!*.php
# Include docker configuration files
!docker/php/
# Exclude everything in src except PHP files
src/**/*
!src/**/*.php
# Exclude everything in public except essential files
public/*
!public/index.php
!public/.htaccess
# Exclude binary files even if they match the whitelist
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.tiff
*.ico
*.webp
*.pdf
*.zip
*.tar.gz
*.rar
*.7z
*.exe
*.dll
*.so
*.dylib
*.bin
*.dat
# Git und Entwicklungstools
# Git
.git
.gitignore
.editorconfig
# Node.js
# Dependencies
node_modules
npm-debug.log
package-lock.json
# PHP
vendor
composer.lock
.php-cs-fixer.cache
# Umgebungsdateien
# Environment files
.env*
!.env.example
# Cache und temporäre Dateien
storage/logs
storage/cache
storage/sessions
*.log
*.cache
*.tmp
# Datenbank
*.sqlite
*.db
# Build-Dateien
*.md
Makefile
build.sh
deploy.sh
# IDE
.vscode
.idea
*.swp
*.swo
# OS
# OS files
.DS_Store
Thumbs.db
# Spezifische Dateien dieses Projekts
m
ms
qodana.yaml
phpunit.xml
# Exclude directories that might contain problematic files
.git/
node_modules/
vendor/
storage/
cache/
tmp/
temp/
logs/
.vscode/
.idea/
*.log
.env*
.DS_Store
Thumbs.db
Thumbs.db