Skip to content

Instantly share code, notes, and snippets.

Created October 27, 2015 17:56
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/0381d21407a603247183 to your computer and use it in GitHub Desktop.
Save anonymous/0381d21407a603247183 to your computer and use it in GitHub Desktop.
$ MOJO_LOG_LEVEL=debug perl -Ilib -Mojo -E 'a({inline => "% die;"})->start' get /
[Tue Oct 27 18:56:27 2015] [debug] GET "/"
[Tue Oct 27 18:56:27 2015] [debug] Rendering inline template "6635c7011166fa11bb23c21912900ea9"
[Tue Oct 27 18:56:27 2015] [error] Died at inline template 6635c7011166fa11bb23c21912900ea9 line 1, <DATA> line 2231.
1: % die;
[Tue Oct 27 18:56:27 2015] [debug] Template "exception.development.html.ep" not found
[Tue Oct 27 18:56:27 2015] [debug] Template "exception.html.ep" not found
[Tue Oct 27 18:56:27 2015] [debug] Rendering template "mojo/debug.html.ep"
[Tue Oct 27 18:56:27 2015] [debug] Rendering template "mojo/menubar.html.ep"
[Tue Oct 27 18:56:27 2015] [debug] Your secret passphrase needs to be changed
[Tue Oct 27 18:56:27 2015] [debug] 500 Internal Server Error (0.032101s, 31.152/s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment