You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,15 @@ Your first feature flag
37
37
// the code to run if the feature is off
38
38
}
39
39
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.
0 commit comments