hydra-sql/config/packages/monolog.yaml

7 lines
121 B
YAML
Raw Normal View History

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