You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Stephane Gamard (JIRA)" <ji...@apache.org> on 2014/01/09 09:45:51 UTC

[jira] [Created] (CLEREZZA-861) Missing logger bindings for cris tests

Stephane Gamard created CLEREZZA-861:
----------------------------------------

             Summary: 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


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
(v6.1.5#6160)