I want to dynamically switch between info/debug logs in production for my application running on a tomcat instance.
I am observing too many logs flooding our log files, so we ship with info, but if needed switch to debug for debugging. How should I do that in a dynamic fashion?