[dancer-users] Logging Issues

James Baer jamesfbaer at gmail.com
Thu Jan 17 16:56:15 GMT 2013


Yep that did it. Should have tried that first.
Thanks




On Thu, Jan 17, 2013 at 11:52 AM, David Precious <davidp at preshweb.co.uk>wrote:

> On Thu, 17 Jan 2013 11:23:01 -0500
> James Baer <jamesfbaer at gmail.com> wrote:
>
> > 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
> >
> > According to the docs: "If you're using the file logging engine, a
> > directory appdir/logs will be created and will host one logfile per
> > environment."
> >
> > Why is it saying "bin" isn't writable, when it should be looking for a
> > "logs" directory?
>
> Going by the ".." at the end, it's trying to create the "logs" dir in
> the app dir (for some reason, starting from $appdir/bin and going up a
> level).
>
> Looks like you probably need to create $appdir/logs and ensure it's
> writeable & executable.
>
>
> --
> David Precious ("bigpresh") <davidp at preshweb.co.uk>
> http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
> www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
> www.preshweb.co.uk/cpan        www.preshweb.co.uk/github
>
>
> _______________________________________________
> dancer-users mailing list
> dancer-users at dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20130117/765705fc/attachment.htm>


More information about the dancer-users mailing list