-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Alpha13
-
None
If you are using the CLI client jar, all output is printed twice. This is because JBoss logging is not set up and by default CommandContextImpl is printing log messages to standard out. The output will look something like this:
[standalone@localhost:9999 /] :read-children-types
Nov 19, 2014 8:57:19 AM org.jboss.as.cli.impl.CommandContextImpl printLine
INFO: {
"outcome" => "success",
"result" => [
"core-service",
"deployment",
"deployment-overlay",
"extension",
"interface",
"path",
"socket-binding-group",
"subsystem",
"system-property"
]
}
{
"outcome" => "success",
"result" => [
"core-service",
"deployment",
"deployment-overlay",
"extension",
"interface",
"path",
"socket-binding-group",
"subsystem",
"system-property"
]
}