Skip to content

Commit

Permalink
Merge pull request #3 from RiKap/master
Browse files Browse the repository at this point in the history
Stop collecting *.log files. (may BC Break)
  • Loading branch information
1josefnevoral committed Feb 1, 2016
2 parents e6316d3 + 9a176f8 commit c2e39f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ErrorCollectorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ErrorCollectorExtension extends Nette\DI\CompilerExtension {
'logDirectory' => '%appDir%/../log/',
'collectFileTypes' => array(
'*.html',
'*.log'
),
'errorStorage' => '\HQ\ErrorCollector\Storage\S3Storage',
's3' => array(
Expand Down

0 comments on commit c2e39f0

Please sign in to comment.