Slide 11
Slide 11 text
services:
_defaults:
autowire: true
autoconfigure: true
public: false
App\:
resource: ../src
Every service needing a LoggerInterface
should be provided with the default logger, etc.
@nicolasgrekas
The default logger is the service that is
named LoggerInterface
(it used to be the one that implements
it, but that was a foot gun)