Verified Commit 5566ac04 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Send errors/warnings to stdout

parent b4ecd37f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -79,6 +79,8 @@ create_config()

	wp config set WP_SITEURL "${site_url%/}"
	wp config set WP_HOME "${home_url%/}"

	wp config set WP_DEBUG_LOG /dev/stdout;
}

setup_database() {