Hypnotoad Logfile
I don't think so, but it's easy to set one up.
use Mojo::Log;
...
app->log( Mojo::Log->new( path => <filename>, level => 'debug' ) );
...
app->start;
app->log( Mojo::Log->new( path => , level => 'debug' ) );
Insert it to startup function
If your application has a log
folder, the log will be written there: http://mojolicio.us/perldoc/Mojolicious/Guides/Tutorial#Mode