felixarntz / wordpressdev

WordPress core development environment based on Lando.
GNU General Public License v2.0
13 stars 0 forks source link

Add WP_DEBUG_LOG and Lando command for tailing it #12

Closed westonruter closed 5 years ago

westonruter commented 5 years ago

Monitoring the PHP error log is an essential tool for development. So this enables the WP_DEBUG_LOG constant and adds a lando log command which will touch the log file if it doesn't exist yet and then start tail'ing it.