Title: Debugging multisite blogs
Last modified: August 20, 2016

---

# Debugging multisite blogs

 *  [neonWired](https://wordpress.org/support/users/neonwired/)
 * (@neonwired)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/debugging-multisite-blogs/)
 * Is there a way to enable debug on a single site when using multisite, I have 
   one blog set up as a development/test environment for changes to the network 
   theme and i need to do some debugging. The usual way is to add define(‘WP_DEBUG’,
   false); but that would turn it on for all network sites i think.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 10 months ago](https://wordpress.org/support/topic/debugging-multisite-blogs/#post-2784792)
 * Not at this time, but man, what a neat idea.
 * I would probably make a local site on my PC to test those things, personally.
   Less of a risk of ‘Oh no! I broke my site!’ Which … I do regulrarly anyway 😉
 *  [superautomatic](https://wordpress.org/support/users/superautomatic/)
 * (@superautomatic)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/debugging-multisite-blogs/#post-2784995)
 * You can turn on debugging on a single site from the wp-config:
 *     ```
       if ($_SERVER['HTTP_HOST']=='site1.example.com')
         define('WP_DEBUG', true);
       else
         define('WP_DEBUG', false);
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Debugging multisite blogs’ is closed to new replies.

## Tags

 * [debugging](https://wordpress.org/support/topic-tag/debugging/)
 * [multi-site](https://wordpress.org/support/topic-tag/multi-site/)
 * [network](https://wordpress.org/support/topic-tag/network/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 3 participants
 * Last reply from: [superautomatic](https://wordpress.org/support/users/superautomatic/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/debugging-multisite-blogs/#post-2784995)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
