vccw-team / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1.02k stars 181 forks source link

Can't write to error/debug log #349

Closed pandabrand closed 5 years ago

pandabrand commented 5 years ago

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.

pandabrand commented 5 years ago

never mind