API debugging

To enable API debugging, run the following command:

# sed -i -e “s/’debug’ => \!\$inUsr,/’debug’ => \$inUsr,/g” /usr/beacon/www/config/app.php

To disable API debugging, run the following command:

# sed -i -e “s/’debug’ => \$inUsr,/’debug’ => \!\$inUsr,/g” /usr/beacon/www/config/app.php