tweaking config
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Paul J Stevens 2023-08-13 14:27:13 +02:00
parent 027c1cc5f1
commit ab2a1c52ec
2 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ wp config set DB_HOST "${WORDPRESS_DB_HOST}:3306"
wp config set DB_NAME "$WORDPRESS_DB_NAME"
wp config set DB_USER "$WORDPRESS_DB_USER"
wp config set DB_PASSWORD "$WORDPRESS_DB_PASSWORD"
wp config set WP_DEBUG "true"
wp config set WP_DEBUG_LOG "true"
# Install
wp db check

View File

@ -591,7 +591,7 @@ report_memleaks = On
; Example:
;error_log = php_errors.log
; Log errors to syslog (Event Log on Windows).
;error_log = syslog
error_log = syslog
; The syslog ident is a string which is prepended to every message logged
; to syslog. Only used when error_log is set to syslog.