Thanks to Jan for pointing me in the right direction, I replied off list by 
accident, so apologies for that.
Jan suggested setting the logging level directly in the startup script, and 
I found that this coupled with combining the logfiles into one place suits 
my purpose.

Next step is to run this as the user rather than with root, and also go 
back to nginx and reverse proxy.

$ENV{MOJO_LOG_LEVEL} = "debug";
logging {
  combined => 1,
  path     => "/var/log/toadfarm/app.log",
  level    => "debug",
};

-- 
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 http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to