python-server-sdk icon indicating copy to clipboard operation
python-server-sdk copied to clipboard

LaunchDarkly Server-side SDK for Python

Results 12 python-server-sdk issues
Sort by recently updated
recently updated
newest added

https://github.com/launchdarkly/python-server-sdk/blob/d152455b89cb70164d8487a1cc0b47f92017a5c4/ldclient/client.py#L471 We use default value for some flags, and this logic keep writing warnings to the logs, can the log level be changed to DEBUG? if not context.valid: log.warning("Context was...

waiting for feedback

> [!NOTE] > Extends Config.copy_with_new_sdk_key to preserve application, hooks, plugins, event compression, anonymous context omission, and payload filter key settings. > > - **Config**: > - **copy_with_new_sdk_key**: Now also copies...