jyore / jbclipy

Automation and simplification scripting for managing JBoss AS7/EAP6 instances
MIT License
0 stars 0 forks source link

Linux: Cannot add a console handler #8

Closed jyore closed 11 years ago

jyore commented 11 years ago

Running this through jbclipy does not work, but inputting directly into CLI does:

/subsystem=logging/console-handler=CONSOLE:add(name="CONSOLE",formatter="%d{HH:mm:ss,SSS} %-5p %c %s%E%n",target=System.out,level=INFO)