[ 
https://issues.apache.org/jira/browse/IGNITE-15675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mirza Aliev reassigned IGNITE-15675:
------------------------------------

    Assignee: Mirza Aliev

> Ignite CLI commands must fit general logging formatting 
> --------------------------------------------------------
>
>                 Key: IGNITE-15675
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15675
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Mirza Aliev
>            Assignee: Mirza Aliev
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha3
>
>
> When you run, for example,
> {code:bash}
>  ./ignite init 
>  ./ignite node start
> {code}
> output log differs from formatting for ignite, that is described in 
> {{config/java.util.logging.properties}}. CLI commands must reuse the common 
> config file.
> A possible solution is to pass
> {code:java}
> -Djava.util.logging.config.file=../../config/java.util.logging.properties
> {code}
> in {{modules/cli/ignite.sh}} and in 
> {{org.apache.ignite.cli.builtins.node.NodeManager#start}}
>  
> Also, this dependency must be added to cli module pom:
> {code:xml}
>         <dependency>
>             <groupId>org.slf4j</groupId>
>             <artifactId>slf4j-jdk14</artifactId>
>         </dependency>
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to