Hi everyone,
I’m a new bie and need you help.
I was learning SS in a few days and got problem with this lesson: SilverStripe Lessons » Advanced Environment Configuration » Silverstripe CMS
I just added a new logging.yml into folder app with this content:
---
Name: example-all-logging
---
SilverStripe\Core\Injector\Injector:
Psr\Log\LoggerInterface:
calls:
FileLogger: [ pushHandler, [ %$FileLogger ] ]
FileLogger:
class: Monolog\Handler\StreamHandler
constructor:
- "../errors.log"
- "notice"
This is my project structure:
But I got after run my local url: http://example.ss.local:8089/?flush
is
If anyone have any ideas to fix it, please help to share. Thank you so much!