1 Reply Latest reply on Aug 22, 2014 5:48 PM by jamezp

    Logging profile in admin console

    homich

      Good day for everyone,

      I`m trying to include logging profiles on wildfly 8 into logging subsystem and i want to be able to change logging level in runtime. But i have a trouble beacause in admin console only base logger setting shown. Does anybody know decision?

       

      Thanks for any advice

        • 1. Re: Logging profile in admin console
          jamezp

          You can use the CLI console to do this. The path for standalone would be something like /subsystem=logging/logging-profile=my-profile.

           

          Example

          /subsystem=logging/logging-profile=my-profile/logger=org.jboss:write-attribute(name=level,value=DEBUG)
          

           

          --

          James R. Perkins