[
https://issues.apache.org/jira/browse/IGNITE-23173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880620#comment-17880620
]
Vadim Pakhnushev commented on IGNITE-23173:
-------------------------------------------
When writing docs about logs we should state that in case of the embedded mode
user should add slf4j implementation of their choice. When running node from a
distribution, java.util.logging provider is included in a distribution.
> Distributions should log libraries too
> --------------------------------------
>
> Key: IGNITE-23173
> URL: https://issues.apache.org/jira/browse/IGNITE-23173
> Project: Ignite
> Issue Type: Bug
> Components: build
> Reporter: Vadim Pakhnushev
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
> Time Spent: 20m
> Remaining Estimate: 0h
>
> We don't include any slf4j implementation in any of the packages. This leads
> to missing logs from some libraries and following warning printed to the
> standard output:
> {noformat}
> SLF4J(W): No SLF4J providers were found.
> SLF4J(W): Defaulting to no-operation (NOP) logger implementation
> SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further
> details.
> {noformat}
> We should include JUL implementation to packages so that we have all logs out
> of the box.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)