2 Replies Latest reply on Apr 11, 2012 11:47 AM by morphy

    command line parameters when not STRINGS (i.e. OBJECT or LIST), how to?

    morphy

      Hello!

       

      how can i configure using command line the logging subsystem to add appenders and categories?

       

      comething like:

       

      /subsystem=logging/size-rotating-file-handler=LITE:add(append=true,level=INFO,max-backup-index=10,rotate-size=100M,file=????)

      /subsystem=logging/logger=it.lite:add(level=INFO,handlers=???)

       

      thank you