Hi, I have a Java Play Framework running on Heroku Server. I can change the log level in runtime of app and it works well with one Dyno. If I understand well, If a have more than one Dyno. Each dyno run 'one copy' on my App, but this is invisible for me. So, when I change the log level in runtime, the change will only affect 'one copy'. Is that right?
How can I change the log level to each dyno in runtime. is it posible? Thanks! -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
