[dancer-users] How are people logging with Dancer2

David Golden xdg at xdg.me
Thu Jun 27 16:00:55 BST 2013


On Thu, Jun 27, 2013 at 1:49 AM, Pedro Melo <melo at simplicidade.org> wrote:
> Deployed two apps on Dancer2 to production last week, and went through the
> same process. Due to time constraints I ended up logging to console and used
> multilog to handle log rotation.

Looking closer, the File logger is using append mode -- sadly without
locking -- so I think that if I patch it to lock and fix the
documentation, it might actually be usable.  Then logrotate with
copy/truncate mode would do.


--
David Golden <xdg at xdg.me>
Take back your inbox! → http://www.bunchmail.com/
Twitter/IRC: @xdg


More information about the dancer-users mailing list