[
https://issues.apache.org/jira/browse/CLEREZZA-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hasan Hasan closed CLEREZZA-861.
--------------------------------
Resolution: Abandoned
> Missing logger bindings for cris tests
> --------------------------------------
>
> Key: CLEREZZA-861
> URL: https://issues.apache.org/jira/browse/CLEREZZA-861
> Project: Clerezza
> Issue Type: Bug
> Reporter: Stephane Gamard
> Priority: Major
> Attachments: CLEREZZA-861.diff
>
>
> When running "mvn test" from root/rdf.cris there are no slf bidding
> available. I've update the class to log:
> [code]
> public class GraphIndexerTest {
> private static final Logger log =
> LoggerFactory.getLogger(GraphIndexerTest.class);
> ...
> private void createPerson(String firstName, String lastName) {
> log.info("Creating person: " + firstName + " " + lastName);
> [code]
> {panel}
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.clerezza.rdf.cris.GraphIndexerTest
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
> details.
> {panel}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)