|
@@ -27,7 +27,7 @@ describe('Elasticsearch plugin with UuidIdStrategy', () => {
|
|
|
const { server, adminClient, shopClient } = createTestEnvironment(
|
|
const { server, adminClient, shopClient } = createTestEnvironment(
|
|
|
mergeConfig(testConfig(), {
|
|
mergeConfig(testConfig(), {
|
|
|
entityOptions: { entityIdStrategy: new UuidIdStrategy() },
|
|
entityOptions: { entityIdStrategy: new UuidIdStrategy() },
|
|
|
- logger: new DefaultLogger({ level: LogLevel.Info }),
|
|
|
|
|
|
|
+ // logger: new DefaultLogger({ level: LogLevel.Info }),
|
|
|
plugins: [
|
|
plugins: [
|
|
|
ElasticsearchPlugin.init({
|
|
ElasticsearchPlugin.init({
|
|
|
indexPrefix: 'e2e-uuid-tests',
|
|
indexPrefix: 'e2e-uuid-tests',
|