Difference between revisions of "Debugging"
From MTG Wiki
(logging location) |
(→Turning on/off) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | ==Turning on/off== | + | ==Turning logging on/off== |
/Library/WebServer/Documents/Enterprise/config/configserver.php | /Library/WebServer/Documents/Enterprise/config/configserver.php | ||
Line 1034ish: NONE or DEBUG | Line 1034ish: NONE or DEBUG | ||
Line 7: | Line 7: | ||
Run <code>sudo apachectl restart</code>. | Run <code>sudo apachectl restart</code>. | ||
[[Category:Admin]] | [[Category:Admin]] | ||
+ | |||
+ | ==browse.php== | ||
+ | This link is supposed to be deprecated but is still accesible in the system: https://edit.chicago.mtgmediagroup.com/Enterprise/server/apps/browse.php. One can use it for some management tasks like unlocking files in bulk. |
Latest revision as of 23:03, 24 March 2016
Turning logging 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
.
browse.php
This link is supposed to be deprecated but is still accesible in the system: https://edit.chicago.mtgmediagroup.com/Enterprise/server/apps/browse.php. One can use it for some management tasks like unlocking files in bulk.