Looking at the code I see that there is a return immediately after the service alias is created. Should not be also possible to override whichever formatter the service has to a custom one?
My use case is with the SncRedisBundle, where no formatter is set for the service and monolog doesn't call the setFormatter method either.
Thanks!