Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 7f03e9d

Browse files
author
Dan Richelson
committed
Update README
1 parent e47451f commit 7f03e9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ Your first feature flag
3737
// the code to run if the feature is off
3838
}
3939

40+
41+
Logging
42+
-------
43+
The LaunchDarkly SDK uses [SLF4J](https://www.slf4j.org/). For an example configuration check out the [hello-java](https://github.com/launchdarkly/hello-java) project.
44+
45+
Be aware of two considerations when enabling the DEBUG log level:
46+
1. Debug-level logs can be very verbose. It is not recommended that you turn on debug logging in high-volume environments.
47+
1. Potentially sensitive information is logged including LaunchDarkly users created by you in your usage of this SDK.
48+
4049
Learn more
4150
----------
4251

0 commit comments

Comments
 (0)