Skip to content

Commit

Permalink
GODRIVER-2943 Remove standalone logs
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Aug 30, 2023
1 parent 2664591 commit d3469ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,6 @@
}
}
},
{
"level": "debug",
"component": "topology",
"data": {
"message": "Topology description changed",
"topologyId": {
"$$exists": true
},
"previousDescription": {
"$$exists": true
},
"newDescription": {
"$$exists": true
}
}
},
{
"level": "debug",
"component": "topology",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ tests:
topologyId: { $$exists: true }
serverHost: { $$type: string }
serverPort: { $$type: [int, long] }
- level: debug
component: topology
data:
message: "Topology description changed"
topologyId: { $$exists: true }
previousDescription: { $$exists: true } # standalone topology
newDescription: { $$exists: true } # unknown topology
- level: debug
component: topology
data:
Expand Down

0 comments on commit d3469ca

Please sign in to comment.