chore: add log level configuration and enhance logger tests
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 3m25s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 3m20s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m29s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m28s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 4m3s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 3m19s

This commit is contained in:
2025-11-16 09:16:07 -05:00
parent ae5684bc88
commit 0d8d6fad4f
4 changed files with 98 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ use Siteworxpro\App\Helpers\Env;
return [
'app' => [
'log_level' => Env::get('LOG_LEVEL', 'debug'),
],
/**
* The server configuration.
*/