josegonzalez/cakephp-queuesadilla

QueuesadillaShell: --logger option has no effect

cleptric opened this issue · 1 comments

    public function getLoggerName($loggerName = null)
    {
        if (empty($loggerName)) {
            $loggerName = $this->params['logger'];
        }

        return $loggerName;
    }

The if statement will never be true, as the main() method calls getLoggerName() and pass 'stdout'. PR is on it's way.

PR is open #5