Does Hypnotoad create any log file? I can not find anything about this: http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad Also, the --help option does not say anything about this.
I understand that for the application I need to use things like $self->app->log->error('aua!') ... but does something like server log not exist? (e.g. customer requests, internal errors, etc.)
If the answer is simply no, I'm fine. That would mean that I would need to implement this in my application, I think. I can imagine that it makes sense to keep the server code clean here, maybe this will be the reason for the lack of this function? Or can I turn it on?
perl mojolicious
Boris Däppen
source share