Skip to content

Commit

Permalink
Merge pull request #366 from creative-commoners/pulls/5.1/fix-log-fil…
Browse files Browse the repository at this point in the history
…epath

DOC Make error log file path absolute
  • Loading branch information
sabina-talipova authored Oct 9, 2023
2 parents 61a916f + f4ec6b4 commit a21c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/03_Upgrading/07_Deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SilverStripe\Core\Injector\Injector:
ErrorLogFileHandler:
class: Monolog\Handler\StreamHandler
constructor:
- "var/www/silverstripe.log"
- "/var/www/silverstripe.log"
- "warning" # warning is the level deprecation warnings are logged as
Psr\Log\LoggerInterface.errorhandler:
calls:
Expand Down

0 comments on commit a21c468

Please sign in to comment.