Valentin Kulichenko created IGNITE-15682:
--------------------------------------------
Summary: Verbose output produced by 'ignite init' and 'ignite
module add' commands
Key: IGNITE-15682
URL: https://issues.apache.org/jira/browse/IGNITE-15682
Project: Ignite
Issue Type: Bug
Reporter: Valentin Kulichenko
{{ignite init}} and {{ignite module add}} commands started to output a lot of
unnecessary logging information (see a sample below). This output should be
removed from the console output.
{noformat}
Installing org.apache.ignite:ignite-runner:3.0.0-alpha3...
Oct 05, 2021 3:38:20 PM org.apache.ignite.lang.IgniteLogger logInternal
INFO: :: resolving dependencies :: org.apache.ignite#installer-envelope;working
Oct 05, 2021 3:38:20 PM org.apache.ignite.lang.IgniteLogger logInternal
INFO: confs: [default]
|>
| 1%Oct 05, 2021 3:38:22 PM org.apache.ignite.lang.IgniteLogger
logInternal
INFO: found org.apache.ignite#ignite-runner;3.0.0-alpha3 in
/content/repositories/orgapacheignite-1527
|=>
| 2%Oct 05, 2021 3:38:24 PM org.apache.ignite.lang.IgniteLogger
logInternal
INFO: found org.apache.ignite#ignite-configuration;3.0.0-alpha3 in
/content/repositories/orgapacheignite-1527
|==>
| 3%Oct 05, 2021 3:38:25 PM org.apache.ignite.lang.IgniteLogger
logInternal
INFO: found org.apache.ignite#ignite-bytecode;3.0.0-alpha3 in
/content/repositories/orgapacheignite-1527
|===>
| 4%Oct 05, 2021 3:38:26 PM org.apache.ignite.lang.IgniteLogger
logInternal
INFO: found org.jetbrains#annotations;20.1.0 in central
|====>
| 5%Oct 05, 2021 3:38:27 PM org.apache.ignite.lang.IgniteLogger
logInternal
INFO: found org.ow2.asm#asm;9.0 in central
|=====>
| 6%Oct 05, 2021 3:38:28 PM org.apache.ignite.lang.IgniteLogger
logInternal
INFO: found org.ow2.asm#asm-tree;9.0 in central
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)