i have a grails 2.5.3 application that is deployed...
# general
f
i have a grails 2.5.3 application that is deployed in aws and is at autoscale (i.e. there could be 3 instances of that grails app or more). I want to be able to change the logging level at runtime. what is the best way for me to do this? 🙂 Thanks!