Daniel@0: imports: Daniel@0: - { resource: config.yml } Daniel@0: Daniel@0: framework: Daniel@0: router: Daniel@0: resource: "%kernel.root_dir%/config/routing_dev.yml" Daniel@0: strict_requirements: true Daniel@0: profiler: { only_exceptions: false } Daniel@0: templating: Daniel@0: assets_base_urls: './$/_dev' Daniel@0: Daniel@0: web_profiler: Daniel@0: toolbar: "%debug_toolbar%" Daniel@0: intercept_redirects: "%debug_redirects%" Daniel@0: Daniel@0: monolog: Daniel@0: handlers: Daniel@0: main: Daniel@0: type: stream Daniel@0: path: "%kernel.logs_dir%/%kernel.environment%.log" Daniel@0: level: debug Daniel@0: console: Daniel@0: type: console Daniel@0: bubble: false Daniel@0: # uncomment to get logging in your browser Daniel@0: # you may have to allow bigger header sizes in your Web server configuration Daniel@0: #firephp: Daniel@0: # type: firephp Daniel@0: # level: info Daniel@0: #chromephp: Daniel@0: # type: chromephp Daniel@0: # level: info Daniel@0: Daniel@0: assetic: Daniel@0: write_to: "%kernel.root_dir%/../$/_dev" Daniel@0: #swiftmailer: Daniel@0: # delivery_address: me@example.com