Sylius\Bundle\CoreBundle\Application\Kernel::getLogDir PHP Method

getLogDir() public method

public getLogDir ( )
    public function getLogDir()
    {
        if ($this->isVagrantEnvironment()) {
            return '/dev/shm/sylius/logs';
        }
        return dirname($this->getRootDir()) . '/var/logs';
    }