From 8ca77093981f0f164d4a6650a21218eb4a3e7ca5 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 11 Sep 2010 14:24:46 +0200 Subject: update some posts, update about and archives, better css --- _posts/2010-04-19-the-dancer-ecosystem.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2010-04-19-the-dancer-ecosystem.textile') diff --git a/_posts/2010-04-19-the-dancer-ecosystem.textile b/_posts/2010-04-19-the-dancer-ecosystem.textile index 9c33d11..6f3f7d0 100644 --- a/_posts/2010-04-19-the-dancer-ecosystem.textile +++ b/_posts/2010-04-19-the-dancer-ecosystem.textile @@ -30,7 +30,7 @@ Out of the box, Dancer only has a simple logging system to write to file, but mo The last one is for writing directly your log message via Plack. You can use a middleware like P::M::LogDispatch or P::M::Log4perl to handle logs for your application. Even better, if you use P::M::ConsoleLogger, you can have logs from your Dancer application in your javascript console. -### Debug +h3. Debug To debug your application with Plack, you can use the awesome Plack::Middleware::Debug. I've writen Dancer::Debug (which requires my fork of P::M::Debug), a middleware that add panels, with specific informations for Dancer applications. -- cgit v1.2.3