[
https://issues.jboss.org/browse/WFLY-12224?page=com.atlassian.jira.plugin...
]
Jean Francois Denise edited comment on WFLY-12224 at 6/21/19 10:03 AM:
-----------------------------------------------------------------------
It occurs even calling :reload operation.
The duplicated output comes from logging. [~jamezp], I isolated the commit that introduced
this:
https://github.com/wildfly/wildfly-core/commit/766c3991e2b11eedda4be83040...
was (Author: jdenise):
It occurs even calling :reload operation.
The duplicated output comes from logging. [~jamezp], I solated the commit that introduced
this:
https://github.com/wildfly/wildfly-core/commit/766c3991e2b11eedda4be83040...
CLI output is doubled after embed-server reload
-----------------------------------------------
Key: WFLY-12224
URL:
https://issues.jboss.org/browse/WFLY-12224
Project: WildFly
Issue Type: Bug
Components: CLI, Logging
Affects Versions: 18.0.0.Beta1
Reporter: Ondrej Kotek
Assignee: Jean Francois Denise
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}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)