diff --git a/.gitignore b/.gitignore index f5a8155..f37a54f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Mojolicious-Plugin-TtRenderer-* /.build +/example/myapp/log/development.log diff --git a/example/myapp/log/development.log b/example/myapp/log/development.log deleted file mode 100644 index 7e25d14..0000000 --- a/example/myapp/log/development.log +++ /dev/null @@ -1,21 +0,0 @@ -[Thu Aug 8 09:00:16 2013] [info] Listening at "http://*:3000". -[Thu Aug 8 09:00:20 2013] [debug] Your secret passphrase needs to be changed!!! -[Thu Aug 8 09:00:20 2013] [debug] GET "/". -[Thu Aug 8 09:00:20 2013] [debug] Routing to controller "MyApp::Example" and action "welcome". -[Thu Aug 8 09:00:20 2013] [error] parse error - example/welcome.html.tt line 8: unexpected end of input -[Thu Aug 8 09:00:20 2013] [debug] Template "exception.development.html.ep" not found. -[Thu Aug 8 09:00:20 2013] [debug] Template "exception.html.ep" not found. -[Thu Aug 8 09:00:20 2013] [debug] Rendering inline template. -[Thu Aug 8 09:00:20 2013] [debug] Rendering inline template. -[Thu Aug 8 09:00:20 2013] [debug] 500 Internal Server Error (0.061556s, 16.245/s). -[Thu Aug 8 09:00:41 2013] [info] Listening at "http://*:3000". -[Thu Aug 8 09:00:44 2013] [debug] Your secret passphrase needs to be changed!!! -[Thu Aug 8 09:00:44 2013] [debug] GET "/". -[Thu Aug 8 09:00:44 2013] [debug] Routing to controller "MyApp::Example" and action "welcome". -[Thu Aug 8 09:00:44 2013] [debug] 200 OK (0.032461s, 30.806/s). -[Thu Aug 8 09:00:47 2013] [debug] GET "/". -[Thu Aug 8 09:00:47 2013] [debug] Routing to controller "MyApp::Example" and action "welcome". -[Thu Aug 8 09:00:47 2013] [debug] 200 OK (0.001260s, 793.651/s). -[Thu Aug 8 09:00:52 2013] [debug] GET "/". -[Thu Aug 8 09:00:52 2013] [debug] Routing to controller "MyApp::Example" and action "welcome". -[Thu Aug 8 09:00:52 2013] [debug] 200 OK (0.001683s, 594.177/s).