Skip to content

Commit

Permalink
Adding some documentation about logging, and reving the version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmoore committed Aug 12, 2016
1 parent ddda02b commit a1262b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ If you would like to contribute to the source code, sign the [Contributors Agree

All the examples are listed in the [ds3-sdk-samples](ds3-sdk-samples/src/main/java/com/spectralogic/ds3client/samples/) module.

## Logging

The `ds3_java_sdk` uses SLF4J for logging. Because of this, a consumer of
the sdk can use many different logging implementations and so long as the
correct SLF4J bridge is installed, have the sdk logs appear. For more
information on SLF4J and how to add different logging
bridges, please see [SLF4j.org](http://www.slf4j.org/manual.html).

## Tests

In addition to unit tests in the main `ds3-sdk` module, there are additional integration tests in the `ds3-integration` module. Please see the integration [README](ds3-sdk-integration/README.md) for details on running the tests. To just run the SDK's unit tests use:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

allprojects {
group = 'com.spectralogic.ds3'
version = '3.0.6'
version = '3.0.7'
}

subprojects {
Expand Down

0 comments on commit a1262b4

Please sign in to comment.