fix: cleaner monitor logging

This commit is contained in:
2025-07-13 14:19:11 -05:00
parent 0aee4ae7df
commit 14739500f4
9 changed files with 367 additions and 83 deletions

View File

@@ -23,4 +23,5 @@ return [
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
Drenso\OidcBundle\DrensoOidcBundle::class => ['all' => true],
SpomkyLabs\PwaBundle\SpomkyLabsPwaBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
];