Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2011 22:32:47 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/p5-Catalyst-Plugin-Log-Handler Makefile distinfo pkg-descr
Message-ID:  <201110272232.p9RMWmSf092545@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgollucci    2011-10-27 22:32:47 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Catalyst-Plugin-Log-Handler Makefile distinfo pkg-descr 
  Log:
  If your Catalyst project logs many messages, logging via standard error to
  Apache's error log is not very clean: The log messages are mixed with
  other web applications' noise; and especially if you use mod_fastcgi,
  every line will be prepended with a long prefix.
  
  An alternative is logging to a file. But then you have to make sure that
  multiple processes won't corrupt the log file. The module Log::Handler
  by Jonny Schulz does exactly this, because it supports message-wise flocking.
  
  This module is a wrapper for said Log::Handler.
  
  Revision  Changes    Path
  1.3008    +1 -0      ports/www/Makefile
  1.1       +30 -0     ports/www/p5-Catalyst-Plugin-Log-Handler/Makefile (new)
  1.1       +2 -0      ports/www/p5-Catalyst-Plugin-Log-Handler/distinfo (new)
  1.1       +10 -0     ports/www/p5-Catalyst-Plugin-Log-Handler/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110272232.p9RMWmSf092545>