Difference between revisions of "Debugging"

From MTG Wiki
Jump to: navigation, search
(created)
 
(logging location)
Line 1: Line 1:
 
==Turning on/off==
 
==Turning on/off==
 
/Library/WebServer/Documents/Enterprise/config/configserver.php
 
/Library/WebServer/Documents/Enterprise/config/configserver.php
Line 1034: NONE or DEBUG
+
Line 1034ish: NONE or DEBUG
  
 +
Uncomment line 1044 to specify log location. (Comment out line 1043, which doesn't have a log location.)
 +
 +
Run <code>sudo apachectl restart</code>.
 
[[Category:Admin]]
 
[[Category:Admin]]

Revision as of 15:29, 24 November 2015

Turning on/off

/Library/WebServer/Documents/Enterprise/config/configserver.php Line 1034ish: NONE or DEBUG

Uncomment line 1044 to specify log location. (Comment out line 1043, which doesn't have a log location.)

Run sudo apachectl restart.