<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"><<a href="mailto:davidp@preshweb.co.uk" target="_blank">davidp@preshweb.co.uk</a>></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 <<a href="mailto:jamesfbaer@gmail.com">jamesfbaer@gmail.com</a>> wrote:<br>
<br>
> log directory /var/www/vhost/<appname>/bin/.. isn't<br>
> writable/executable and can't chmod it<br>
> at /usr/share/perl5/vendor_perl/Dancer/Logger.pm line 16<br>
><br>
> According to the docs: "If you're using the file logging engine, a<br>
> directory appdir/logs will be created and will host one logfile per<br>
> environment."<br>
><br>
> Why is it saying "bin" isn't writable, when it should be looking for a<br>
> "logs" directory?<br>
<br>
</div>Going by the ".." at the end, it's trying to create the "logs" 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's<br>
writeable & executable.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
David Precious ("bigpresh") <<a href="mailto:davidp@preshweb.co.uk">davidp@preshweb.co.uk</a>><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>