updating php.ini template to add syslog.filter

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

View File

@ -41,6 +41,7 @@ memory_limit = {{ php_memory_limit }}
error_reporting = {{ php_error_reporting }}
display_errors = {{ php_display_errors }}
display_startup_errors = {{ php_display_startup_errors }}
syslog.filter = {{ php_syslog_filter }}
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off