Skip to content

Commit

Permalink
disable logging & montoring service on UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sancyx committed Sep 9, 2021
1 parent c9407b9 commit ef0b381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/ui/feature-set.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
},
"features": {
"monitoring": {
"enabled": true,
"enabled": false,
"createClusterFlow": {
"enabled": true
"enabled": false
}
},
"securityScan": {
Expand All @@ -93,9 +93,9 @@
"enabled": true
},
"logging": {
"enabled": true,
"enabled": false,
"createClusterFlow": {
"enabled": true
"enabled": false
}
},
"backup": {
Expand Down

0 comments on commit ef0b381

Please sign in to comment.