Difference between revisions of "Debugging"
From MTG Wiki
(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 | + | 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
.