How do I debug WordPress multisite with WP_DEBUG?

Add define(‘WP_DEBUG’, true) and define(‘WP_DEBUG_LOG’, true) to wp-config.php. Reproduce the issue and inspect wp-content/debug.log for errors related to WordPress multisite.