duffee / Mojolicious_session_example

A simple Mojolicious application example for authenticating a user and maintaining a session
Artistic License 2.0
9 stars 5 forks source link

Add in Logging to the docs #17

Closed duffee closed 6 years ago

duffee commented 8 years ago

Write a quick segment at the end for future work, suggesting the importance of logging activity. Highlight the plugin M::P::AccessLog for simple, no-brainer logging or using Mojo::Log for more control.

duffee commented 6 years ago

written up the Logging instructions using Mojo::Log