in reply to Mojolicious - hypnotoad doesn't start

but hypnotoad doesn't start and doesn't give any kind of debug info

Well turn on debugging / logging /tracing ... before resorting to strace :)

I see interesting options in hypnotoad like -f, --foreground Keep manager process in foreground.

Looking for debug/log/trace in Mojo::Server::Hypnotoad I see it uses the app log, whatever that is, so I'd try to track down your apps log configuration and logfile and increase the logging level

update: Naturally some stack/mojo user already tracked down the relevant %ENV variable,  MOJO_LOG_LEVEL=debug

Replies are listed 'Best First'.
Re^2: Mojolicious - hypnotoad doesn't start
by moodywoody (Novice) on Jul 05, 2012 at 10:41 UTC
    I've done all this, no output.

      I've done all this, no output.

      In that case what davido said. Sure you could try debugging hypnotoad with Devel::Trace or Devel::TraceCalls, but I wouldn't bother, if the mojo logging ain't logging, the mojo devs need to help