<div dir="ltr">Hi All, <br>
I&#39;m having some logging issues, that I can&#39;t seem to figure out. <br>
I have my environment set to development with the following logger settings:<br>
logger: &quot;file&quot;<br>
log: &quot;core&quot;<br>
<br>
When I log a &quot;debug&quot; message I&#39;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/&lt;appname&gt;/bin/.. isn&#39;t 
writable/executable and can&#39;t chmod it at 
/usr/share/perl5/vendor_perl/Dancer/Logger.pm line 16<br>
<br>
According to the docs: &quot;If you&#39;re using the <code>file</code> logging engine, a directory <code>appdir/logs</code> will be created and will host one logfile per environment.&quot;<br>
<br>
Why is it saying &quot;bin&quot; isn&#39;t writable, when it should be looking for a &quot;logs&quot; directory?<br>
<br>
Any help would be appreciated<br>
<br>
Thanks<br>
</div>