We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0884 commit 6fd73d7Copy full SHA for 6fd73d7
src/Sentry/SentryBundle/DependencyInjection/Configuration.php
@@ -56,7 +56,8 @@ public function getConfigTreeBuilder()
56
->defaultValue(array(
57
'%kernel.root_dir%/../vendor',
58
'%kernel.root_dir%/../app/cache',
59
- '%kernel.root_dir%/../var/cache',
+ '%kernel.root_dir%/../app/logs',
60
+ '%kernel.root_dir%/../var',
61
))
62
->end()
63
0 commit comments