Difference between revisions of "Debugging"

From MTG Wiki
Jump to: navigation, search
(created)
 
(Turning on/off)
 
(2 intermediate revisions by 2 users 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 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]]
 +
 +
==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.