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

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

    Attachment: CLEREZZA-861.diff

fixing patch

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

Reply via email to