Add system log driver and use it by default

This commit is contained in:
Frédéric Guillot
2018-03-05 13:34:04 -08:00
parent 299198f718
commit 95ac11a6aa
7 changed files with 39 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<?php
define('ENABLE_URL_REWRITE', true);
define('LOG_DRIVER', 'stderr');
define('LOG_DRIVER', 'system');