Hi, I'm running a 'embedded' lite app via Mojo::Server::Daemon and when the app is run with no console under Windows, Mojo doesn't respond to any incoming requests.
Running the same app with a console, or redirecting all output when running without a console (ie, > log.txt 2>&1) then the app works. I assume that the 'problem' is the output that Mojo generates. Is there a way to turn this off? I've done a search, but no joy (there is a silent option for Mojo::Server::Daemon) but I'm trying to silence output like this: [Tue Jul 11 16:04:20 2017] [debug] Routing to a callback [Tue Jul 11 16:04:20 2017] [debug] 101 Switching Protocols (0.00032s, 3125.000/s) Any suggestions? thanks, jez. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
