vccw-team/vccw

Can't write to error/debug log

pandabrand opened this issue · 1 comments

Operating System: 10.13.6
Vagrant Version: 2.2.1
Virtual Box Version: 5.2.30

trying to use error_log('here is something'); doesn't print anything where I would expect it. I can't find it any where. I have DEBUG_LOG set to true and I get nothing in debug.log. I have ssh'ed into the vagrant box and checked /var/log/apache2/gorton-test-access.log and /var/log/apache2/gorton-test-error.log neither have my updates in them.

never mind