diff --git a/README.md b/README.md index e777edd..b2b691c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ descope_client = Descope::Client.new( ) ``` +### Important Logging note +You may pass `log_level: 'debug'` to the client config or use `DESCOPE_LOG_LEVEL` env var. +Be aware that only the management key is truncated, and the JWT responses are printed on debug + +Do not run with log level debug on Production! + + + ## Authentication Methods These sections show how to use the SDK to perform various authentication/authorization functions: