Skip to content

Commit

Permalink
ChangeMe for ff4j.github.io and log level for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Aug 13, 2018
1 parent 7e08ce6 commit 309eabc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<img src="http://ff4j.org/images/ff4j.png" height="120px" />
<img src="http://ff4j.github.io/images/ff4j.png" height="120px" />

## Feature Flipping for Java

[![Build Status](https://travis-ci.org/clun/ff4j.svg?branch=master)](https://travis-ci.org/clun/ff4j)
[![Build Status](https://travis-ci.org/ff4j/ff4j.svg?branch=master)](https://travis-ci.org/ff4j/ff4j)
[![Backers on Open Collective](https://opencollective.com/ff4j/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ff4j/sponsors/badge.svg)](#sponsors) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.ff4j/ff4j-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.ff4j/ff4j-core/)
[![Coverage Status](https://coveralls.io/repos/clun/ff4j/badge.svg?branch=master&service=github)](https://coveralls.io/github/clun/ff4j?branch=master)
[![Coverage Status](https://coveralls.io/repos/ff4j/ff4j/badge.svg?branch=master&service=github)](https://coveralls.io/github/ff4j/ff4j?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/c900676eb9674bc48c246dc112e60e16)](https://www.codacy.com/app/cedrick-lunven/ff4j)
[![Join the chat at https://gitter.im/clun/ff4j](https://badges.gitter.im/clun/ff4j.svg)](https://gitter.im/clun/ff4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/ff4j/ff4j](https://badges.gitter.im/ff4j/ff4j.svg)](https://gitter.im/ff4j/ff4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License Apache2](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0)

FF4j is an implementation of [Feature Toggle](http://martinfowler.com/bliki/FeatureToggle.html) pattern : Enable and disable features or your applications at runtime thanks to dedicated **web console, REST API, JMX or even CLI**.

It handle also properties and provide generic interfaces to work with **configuration properties**, store them in 10 differents DB and integration with both **Archaius** and **Commons-Configuration**.

More information can be found at [ff4j.org](http://ff4j.org) or [Reference Documentation](https://github.com/clun/ff4j/wiki) in the wiki.
More information can be found at [ff4j.github.io](http://ff4j.github.io) or [Reference Documentation](https://github.com/ff4j/ff4j/wiki) in the wiki.

### Some screen shot of the web-consoles

Home Page
<img src="http://ff4j.org/wiki/console-1.6-home.png" />
<img src="http://ff4j.github.io/wiki/console-1.6-home.png" />

Features
<img src="http://ff4j.org/wiki/console-1.6-features.jpg" />
<img src="http://ff4j.github.io/wiki/console-1.6-features.jpg" />

Monitoring
<img src="http://ff4j.org/wiki/console-1.6-monitoring.png" />
<img src="http://ff4j.github.io/wiki/console-1.6-monitoring.png" />

## Contributors

This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
<a href="https://github.com/clun/ff4j/graphs/contributors"><img src="https://opencollective.com/ff4j/contributors.svg?width=890" /></a>
<a href="https://github.com/ff4j/ff4j/graphs/contributors"><img src="https://opencollective.com/ff4j/contributors.svg?width=890" /></a>


## Backers
Expand Down
5 changes: 3 additions & 2 deletions ff4j-test/src/main/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
</appender>

<logger name="org.springframework" level="WARN" />
<logger name="org.ff4j" level="DEBUG" />
<!-- Raise the error level to succeed travis build -->
<logger name="org.ff4j" level="WARN" />

<root level="INFO">
<root level="ERROR">
<appender-ref ref="STDOUT" />
</root>

Expand Down

0 comments on commit 309eabc

Please sign in to comment.