Skip to content

Instantly share code, notes, and snippets.

Created October 22, 2015 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6c0bf5e9730ec92655f2 to your computer and use it in GitHub Desktop.
Save anonymous/6c0bf5e9730ec92655f2 to your computer and use it in GitHub Desktop.
$ MOJO_LOG_LEVEL=debug perl -Mojo -E 'a({inline => "% die;"})->start' get /
[Thu Oct 22 17:33:48 2015] [debug] GET "/"
[Thu Oct 22 17:33:48 2015] [debug] Rendering inline template "6635c7011166fa11bb23c21912900ea9"
[Thu Oct 22 17:33:48 2015] [error] Died at inline template 6635c7011166fa11bb23c21912900ea9 line 1, <DATA> line 2231.
1: % die;
[Thu Oct 22 17:33:48 2015] [debug] Template "exception.development.html.ep" not found
[Thu Oct 22 17:33:48 2015] [debug] Template "exception.html.ep" not found
[Thu Oct 22 17:33:48 2015] [debug] Rendering template "mojo/development.html.ep"
[Thu Oct 22 17:33:48 2015] [debug] Rendering template "mojo/mojobar.html.ep"
[Thu Oct 22 17:33:48 2015] [debug] Your secret passphrase needs to be changed
[Thu Oct 22 17:33:48 2015] [debug] 500 Internal Server Error (0.034704s, 28.815/s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment