Owncloud Server Log to STDOUT

Is there a way to configure the latest version of owncloud server running on CentOS to send logs to standard out (/dev/stdout)? I see there is an option for Owncloud Client but not Owncloud Server. I tried doing the following inside config.php:

‘log_type’ => ‘owncloud’,
‘logfile’ => ‘/dev/stdout’,
‘loglevel’ => ‘0’,

But it stops logging to stdout once apache httpd starts. I don’t have syslog installed/running, therefore I can’t configure “syslog” for “log_type”. Any help/ideas would be appreciated!