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:47:50 UTC

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

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

Stephane Gamard updated CLEREZZA-861:
-------------------------------------

    Description: 
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}

  was:
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}


> 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)