mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-23 07:33:41 +01:00
35 lines
872 B
YAML
35 lines
872 B
YAML
|
imports:
|
||
|
- { resource: config.yml }
|
||
|
|
||
|
framework:
|
||
|
router:
|
||
|
resource: "%kernel.root_dir%/config/routing_dev.yml"
|
||
|
strict_requirements: true
|
||
|
profiler: { only_exceptions: false }
|
||
|
|
||
|
web_profiler:
|
||
|
toolbar: true
|
||
|
intercept_redirects: false
|
||
|
|
||
|
monolog:
|
||
|
handlers:
|
||
|
main:
|
||
|
type: stream
|
||
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||
|
level: debug
|
||
|
channels: [!event]
|
||
|
console:
|
||
|
type: console
|
||
|
channels: [!event, !doctrine]
|
||
|
# uncomment to get logging in your browser
|
||
|
# you may have to allow bigger header sizes in your Web server configuration
|
||
|
#firephp:
|
||
|
# type: firephp
|
||
|
# level: info
|
||
|
#chromephp:
|
||
|
# type: chromephp
|
||
|
# level: info
|
||
|
|
||
|
#swiftmailer:
|
||
|
# delivery_address: me@example.com
|