I need to be able to capture debug logs while the app is running.  Today I can do this via jconsole but I would like to do so without launching the GUI.  Is it possible to change the logging level for logback during run time from the command line? 

 

Thanks in advance,

Keith