]
James Perkins commented on WFCORE-4543:
---------------------------------------
Thanks [~jdenise]. I see what the issue is and I'll look at a fix for it.
CLI output is doubled after embed-server reload
-----------------------------------------------
Key: WFCORE-4543
URL:
https://issues.jboss.org/browse/WFCORE-4543
Project: WildFly Core
Issue Type: Bug
Components: CLI, Logging
Reporter: Ondrej Kotek
Assignee: James Perkins
Priority: Major
CLI output is doubled after embed-server reload:
{noformat}
[okotek@localhost wildfly-18.0.0.Beta1-SNAPSHOT]$ ./bin/jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or
'help' for the list of supported commands.
[disconnected /] embed-server
[standalone@embedded /] :whoami
{
"outcome" => "success",
"result" => {"identity" => {"username" =>
"anonymous"}}
}
[standalone@embedded /] reload
[standalone@embedded /] :whoami
12:34:27,735 INFO [org.jboss.as.cli.CommandContext] (CLI command) {
"outcome" => "success",
"result" => {"identity" => {"username" =>
"anonymous"}}
}
{
"outcome" => "success",
"result" => {"identity" => {"username" =>
"anonymous"}}
}
{noformat}