You've already forked Php-Template
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
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:
@@ -4,6 +4,10 @@ use Siteworxpro\App\Helpers\Env;
|
||||
|
||||
return [
|
||||
|
||||
'app' => [
|
||||
'log_level' => Env::get('LOG_LEVEL', 'debug'),
|
||||
],
|
||||
|
||||
/**
|
||||
* The server configuration.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user