Skip to content

Commit f23c889

Browse files
authored
Merge pull request #316 from rpmoore/final_3_0_release
Adding some documentation about logging, and reving the version to 3.0.7
2 parents ddda02b + a1262b4 commit f23c889

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ If you would like to contribute to the source code, sign the [Contributors Agree
8181

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

84+
## Logging
85+
86+
The `ds3_java_sdk` uses SLF4J for logging. Because of this, a consumer of
87+
the sdk can use many different logging implementations and so long as the
88+
correct SLF4J bridge is installed, have the sdk logs appear. For more
89+
information on SLF4J and how to add different logging
90+
bridges, please see [SLF4j.org](http://www.slf4j.org/manual.html).
91+
8492
## Tests
8593

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
allprojects {
1717
group = 'com.spectralogic.ds3'
18-
version = '3.0.6'
18+
version = '3.0.7'
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)