[ 
https://issues.apache.org/jira/browse/IGNITE-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14747343#comment-14747343
 ] 

Roman Shtykh commented on IGNITE-1395:
--------------------------------------

"Logging initialized ..." line is printed out because 
org.eclipse.jetty.util.log.Slf4jLog requires org.slf4j.Logger, fails to find it 
and initializes StdErrLog with INFO level. The attached patch is a simple fix 
for the issue.

> REST HTTP module prints out unnecessary message
> -----------------------------------------------
>
>                 Key: IGNITE-1395
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1395
>             Project: Ignite
>          Issue Type: Bug
>          Components: newbie
>    Affects Versions: ignite-1.4
>            Reporter: Sergey Kozlov
>            Priority: Minor
>              Labels: newbie
>             Fix For: ignite-1.5
>
>
> 1. Copy directory libs/optional/ignite-rest-http in libs/
> 2. Start node in quiet mode.
> 3. The output is following:
> {noformat}
> ...
> [17:49:42] Quiet mode.
> ...
> [17:49:50] Security status [authentication=off, communication encryption=off]
> 2015-09-09 17:49:50.789:INFO::main: Logging initialized @9841ms
> [17:49:52] To start Console Management & Monitoring run 
> ignitevisorcmd.{sh|bat}
> [17:49:52]
> [17:49:52] Ignite node started OK (id=54eee2db)
> [17:49:52] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, heap=1.0GB]
> ...
> {noformat}
> The message after security status is generated by REST HTTP module.
> 1. It has wrong format
> 2. It should not be printed in quiet mode



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to