Re: [Catalyst] Catalyst::Log::Log4perl log duplicates

2008-01-08 Thread Jason Kohles

On Jan 7, 2008, at 10:16 PM, Adam Jacob wrote:


On 1/7/08, Jason Kohles [EMAIL PROTECTED] wrote:

It's also kind of a pain.  I use log4perl with Catalyst, but without
the plugin, primarily for three reasons:


Patches are gladly accepted, especially if they make things better,
and don't break backwards compatibility.

I'm not saying the module is broken, just that some of it's goals  
(being able to abort at any point during the request and have all the  
logs for that request suppressed) were incompatible with some of my  
goals (having the logs arrive in real-time).  I was willing to make  
the trade-off of not being able to suppress _all_ the logs for a given  
aborted request, but it's not something that can be patched in a  
backwards-compatible manner.


I started to put a patch together, but when I discovered that my goals  
couldn't be met in a backwards compatible way I postponed it.  When I  
get some free time this week I'll try and finish that up and get it to  
you.



--
Jason Kohles, RHCA RHCDS RHCE
[EMAIL PROTECTED] - http://www.jasonkohles.com/
A witty saying proves nothing.  -- Voltaire



___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


RE: [Catalyst] POD viewer

2008-01-08 Thread Dami Laurent (PJ)
-Message d'origine-
De : Ashley [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi, 9. janvier 2008 04:05
À : The elegant MVC web framework
Objet : [Catalyst] POD viewer

Through a somewhat shallow search (difficult terms to search out  
effectively) of the archives and search.CPAN I can't find if anyone  
has hacked up a Cat based POD viewer/Controller; like the modperl  
Apache one but, one hopes, without the (early?) security issues.

I want to be able to share internal POD at work to encourage both its  
reading and writing.

Thanks!
-Ashley


Hi Ashley,

I've hacked up a pod viewing app : see Pod::POM::Web. It's not a Catalyst app, 
but it's a web app, sitting in mod_perl or cgi-bin or its own Http server, and 
serving all pod installed in your @INC.

Enjoy, 

Laurent Dami

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] hostname

2008-01-08 Thread Oleg Pronin
If you mean to get hostname in offline mode (off the processing request) -
the hostname is not known because there are no request.
You can get the server's real hostname by Sys::Hostname::hostname() but this
probably won't help.

2008/1/9, Octavian Rasnita [EMAIL PROTECTED]:

 Hi,

 Is it possible to get the host name in MyApp.pm just like I can do it in a
 controller using

 $c-req-hostname;

 Thank you.

 Octavian


 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive:
 http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/