Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created May 31, 2009 13:58
Show Gist options
  • Save lestrrat/120897 to your computer and use it in GitHub Desktop.
Save lestrrat/120897 to your computer and use it in GitHub Desktop.
diff --git a/core/lib/Pixis/Web.pm b/core/lib/Pixis/Web.pm
index 4ae9700..a395577 100644
--- a/core/lib/Pixis/Web.pm
+++ b/core/lib/Pixis/Web.pm
@@ -474,6 +474,8 @@ sub handle_exception {
$error = Pixis::Web::Exception->new( message => "$error" );
}
+$c->log->error("FUCK ME");
+
# handle debug-mode forced-debug from RenderView
if( $c->debug && $error->message =~ m{Forced debug}i ) {
return;
daisuke@beefcake pixis$ [master]$
2009/05/31 22:57:42 ERROR Pixis::Web - FUCK ME
2009/05/31 22:57:42 WARN Pixis::Web - http://localhost:3000/non-exist 404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment