v1.0.6
Pre-release
Pre-release
Dynamic logging implemented logs most operations via $hcpp->log function to /tmp/hcpp.log. To turn on logging, initiate the /tmp/hcpp.log with read/write access across the board; failure to do so may inhibit pluginable functionality as logging is initiated by multiple users and threads:
sudo touch /tmp/hcpp.log
sudo chmod 666 /tmp/hcpp.log
To turn on logging:
sudo touch /usr/local/hestia/data/hcpp/logging
To turn off logging, remove the file:
sudo rm -rf /usr/local/hestia/data/hcpp/logging