<div dir="ltr"><div>Yep that did it. Should have tried that first. <br></div>Thanks<br><br><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 17, 2013 at 11:52 AM, David Precious <span dir="ltr">&lt;<a href="mailto:davidp@preshweb.co.uk" target="_blank">davidp@preshweb.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, 17 Jan 2013 11:23:01 -0500<br>
James Baer &lt;<a href="mailto:jamesfbaer@gmail.com">jamesfbaer@gmail.com</a>&gt; wrote:<br>
<br>
&gt; log directory /var/www/vhost/&lt;appname&gt;/bin/.. isn&#39;t<br>
&gt; writable/executable and can&#39;t chmod it<br>
&gt; at /usr/share/perl5/vendor_perl/Dancer/Logger.pm line 16<br>
&gt;<br>
&gt; According to the docs: &quot;If you&#39;re using the file logging engine, a<br>
&gt; directory appdir/logs will be created and will host one logfile per<br>
&gt; environment.&quot;<br>
&gt;<br>
&gt; Why is it saying &quot;bin&quot; isn&#39;t writable, when it should be looking for a<br>
&gt; &quot;logs&quot; directory?<br>
<br>
</div>Going by the &quot;..&quot; at the end, it&#39;s trying to create the &quot;logs&quot; dir in<br>
the app dir (for some reason, starting from $appdir/bin and going up a<br>
level).<br>
<br>
Looks like you probably need to create $appdir/logs and ensure it&#39;s<br>
writeable &amp; executable.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
David Precious (&quot;bigpresh&quot;) &lt;<a href="mailto:davidp@preshweb.co.uk">davidp@preshweb.co.uk</a>&gt;<br>
<a href="http://www.preshweb.co.uk/" target="_blank">http://www.preshweb.co.uk/</a>     <a href="http://www.preshweb.co.uk/twitter" target="_blank">www.preshweb.co.uk/twitter</a><br>
<a href="http://www.preshweb.co.uk/linkedin" target="_blank">www.preshweb.co.uk/linkedin</a>    <a href="http://www.preshweb.co.uk/facebook" target="_blank">www.preshweb.co.uk/facebook</a><br>
<a href="http://www.preshweb.co.uk/cpan" target="_blank">www.preshweb.co.uk/cpan</a>        <a href="http://www.preshweb.co.uk/github" target="_blank">www.preshweb.co.uk/github</a><br>
<br>
<br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</font></span></blockquote></div><br></div>