hydra-sql/config/packages/monolog.yaml
William Petit 50132d83dc
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
Cadoles/hydra-sql/pipeline/head This commit is unstable
feat: add authentication success/failure log outputs
see CNOUS/mse#4707
2025-03-06 16:01:46 +01:00

7 lines
121 B
YAML

monolog:
handlers:
stdout:
type: stream
path: "php://stdout"
level: "%env(string:LOGGER_LEVEL)%"