0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

SERVER-48357: Increase command log verbosity in integration tests

This commit is contained in:
Lingzhi Deng 2020-05-21 09:51:02 -04:00 committed by Evergreen Agent
parent 300d06e034
commit d05251d26b
4 changed files with 10 additions and 0 deletions

View File

@ -24,5 +24,7 @@ executor:
class: ReplicaSetFixture
mongod_options:
set_parameters:
logComponentVerbosity:
command: 2
enableTestCommands: 1
num_nodes: 2

View File

@ -19,9 +19,13 @@ executor:
class: ShardedClusterFixture
mongod_options:
set_parameters:
logComponentVerbosity:
command: 2
enableTestCommands: 1
mongos_options:
set_parameters:
logComponentVerbosity:
command: 2
enableTestCommands: 1
enable_sharding:
- test

View File

@ -19,4 +19,6 @@ executor:
class: MongoDFixture
mongod_options:
set_parameters:
logComponentVerbosity:
command: 2
enableTestCommands: 1

View File

@ -20,5 +20,7 @@ executor:
mongod_options:
auditDestination: console
set_parameters:
logComponentVerbosity:
command: 2
enableTestCommands: 1
auditAuthorizationSuccess: 1