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:
parent
300d06e034
commit
d05251d26b
@ -24,5 +24,7 @@ executor:
|
||||
class: ReplicaSetFixture
|
||||
mongod_options:
|
||||
set_parameters:
|
||||
logComponentVerbosity:
|
||||
command: 2
|
||||
enableTestCommands: 1
|
||||
num_nodes: 2
|
||||
|
@ -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
|
||||
|
@ -19,4 +19,6 @@ executor:
|
||||
class: MongoDFixture
|
||||
mongod_options:
|
||||
set_parameters:
|
||||
logComponentVerbosity:
|
||||
command: 2
|
||||
enableTestCommands: 1
|
||||
|
@ -20,5 +20,7 @@ executor:
|
||||
mongod_options:
|
||||
auditDestination: console
|
||||
set_parameters:
|
||||
logComponentVerbosity:
|
||||
command: 2
|
||||
enableTestCommands: 1
|
||||
auditAuthorizationSuccess: 1
|
||||
|
Loading…
Reference in New Issue
Block a user