adding syslog.filter in defaults

This commit is contained in:
dricoco 2022-11-03 09:53:59 +01:00 committed by GitHub
parent e38d788f1a
commit 80829a2ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ php_session_save_path: ''
php_error_reporting: "E_ALL & ~E_DEPRECATED & ~E_STRICT"
php_display_errors: "Off"
php_display_startup_errors: "Off"
php_syslog_filter: "all"
# Install PHP from source (instead of using a package manager) with these vars.
php_install_from_source: false