Skip to content

Commit

Permalink
Making the log source app just have the server diagnostic cluster
Browse files Browse the repository at this point in the history
JIRa: ZAPP-1113
  • Loading branch information
brdandu committed Oct 6, 2023
1 parent 1a329f2 commit dc46106
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions examples/log-source-app/log-source-common/log-source-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -470,24 +470,6 @@
}
]
},
{
"name": "Diagnostic Logs",
"code": 50,
"mfgCode": null,
"define": "DIAGNOSTIC_LOGS_CLUSTER",
"side": "client",
"enabled": 1,
"commands": [
{
"name": "RetrieveLogsResponse",
"code": 1,
"mfgCode": null,
"source": "server",
"isIncoming": 0,
"isEnabled": 1
}
]
},
{
"name": "Diagnostic Logs",
"code": 50,
Expand Down Expand Up @@ -747,5 +729,6 @@
"endpointId": 0,
"networkId": 0
}
]
],
"log": []
}

0 comments on commit dc46106

Please sign in to comment.