In my Symfony 2.6 project, I have my own log handler, so I implemented the log as a service, if it can help here, this is part of the service.yml declaration code; if you look at logger_formatter, the second argument to the contructor class is the date format:
mybundle.logger: class: Symfony\Bridge\Monolog\Logger arguments: [mybundle]
source share