We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 042d24e + 0db3eda commit 300293bCopy full SHA for 300293b
src/main/java/com/launchdarkly/sdk/server/integrations/DynamoDbDataStoreImpl.java
@@ -60,7 +60,7 @@
60
* </ul>
61
*/
62
final class DynamoDbDataStoreImpl implements PersistentDataStore {
63
- private static final Logger logger = LoggerFactory.getLogger(DynamoDbDataStoreImpl.class);
+ private static final Logger logger = LoggerFactory.getLogger("com.launchdarkly.sdk.server.LDClient.DataStore.DynamoDB");
64
65
static final String partitionKey = "namespace";
66
static final String sortKey = "key";
0 commit comments