<div dir="ltr">Hi All, <br>
I'm having some logging issues, that I can't seem to figure out. <br>
I have my environment set to development with the following logger settings:<br>
logger: "file"<br>
log: "core"<br>
<br>
When I log a "debug" message I'm seeing this error in my main apache
error log: (even though I have a virtual host specific error log setup
for this app)<br>
<br>
log directory /var/www/vhost/<appname>/bin/.. isn't
writable/executable and can't chmod it at
/usr/share/perl5/vendor_perl/Dancer/Logger.pm line 16<br>
<br>
According to the docs: "If you're using the <code>file</code> logging engine, a directory <code>appdir/logs</code> will be created and will host one logfile per environment."<br>
<br>
Why is it saying "bin" isn't writable, when it should be looking for a "logs" directory?<br>
<br>
Any help would be appreciated<br>
<br>
Thanks<br>
</div>