Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*/
@SuppressWarnings("deprecation")
public final class DefaultClusterFactory {
private static final Logger LOGGER = Loggers.getLogger("DefaultClusterFactory");
private static final Logger LOGGER = Loggers.getLogger("client");

public Cluster createCluster(final ClusterSettings originalClusterSettings, final ServerSettings originalServerSettings,
final ConnectionPoolSettings connectionPoolSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DefaultClusterFactoryTest {
"You appear to be connected to a DocumentDB cluster. For more information regarding "
+ "feature compatibility and support please visit https://www.mongodb.com/supportability/documentdb";

private static final Logger LOGGER = (Logger) LoggerFactory.getLogger("org.mongodb.driver.DefaultClusterFactory");
private static final Logger LOGGER = (Logger) LoggerFactory.getLogger("org.mongodb.driver.client");
private static final MemoryAppender MEMORY_APPENDER = new MemoryAppender();

@BeforeAll
Expand Down