Skip to content

Commit 7d80846

Browse files
committed
Redirected all PHP error output info docker console
1 parent d8e3273 commit 7d80846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/os2forms/apache/000-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
php_value html_errors 0
2424
php_value display_errors 0
2525
php_admin_value error_reporting 1023
26-
php_value error_log /opt/drupal/logs/php.log
26+
php_value error_log /dev/stderr
2727
php_value session.save_path /opt/drupal/sessions
2828
php_admin_value upload_max_filesize 150
2929
php_admin_value upload_tmp_dir /opt/drupal/tmp

0 commit comments

Comments
 (0)