aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Log-Handler
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /www/p5-Catalyst-Plugin-Log-Handler
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Log-Handler')
-rw-r--r--www/p5-Catalyst-Plugin-Log-Handler/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Plugin-Log-Handler/pkg-descr b/www/p5-Catalyst-Plugin-Log-Handler/pkg-descr
index 6000aff2766b..33f0b86db71c 100644
--- a/www/p5-Catalyst-Plugin-Log-Handler/pkg-descr
+++ b/www/p5-Catalyst-Plugin-Log-Handler/pkg-descr
@@ -1,10 +1,10 @@
-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
+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
+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.