2 Replies Latest reply on Jun 18, 2014 8:10 PM by jamezp

    How to add a logger from jboss-cli.sh

    jjakub

      I want to add a logger for my package "com.foo.bar" with DEBUG level,

       

      console level can be changed this way:

      /profile=default/subsystem=logging/console-handler=CONSOLE:change-log-level(level=DEBUG)

       

      but how can I add a new logger from command line ?