Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove LOGLEVEL DB since is no longer used #56

Merged
merged 5 commits into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/grpc_telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ In SONiC, most of the critical network and system data is stored in redisDB. Bas
|APPL_DB | 0 | Application running data |
|ASIC_DB | 1 | ASIC configuration and state data
|COUNTERS_DB | 2 | Counter data for port, lag, queue
|LOGLEVEL_DB | 3 | Log level control for SONiC modules
|CONFIG_DB | 4 | Source of truth for SONiC configuration
|FLEX_COUNTER_DB| 5 | For PFC watch dog counters control and other plugin extensions
|STATE_DB | 6 | Configuration state for object in CONFIG_DB
Expand Down
3 changes: 0 additions & 3 deletions proto/sonic.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion proto/sonic.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ enum Target {
APPL_DB = 0;
ASIC_DB = 1;
COUNTERS_DB = 2;
LOGLEVEL_DB = 3;
CONFIG_DB = 4;
// PFC_WD_DB shares the the same db number with FLEX_COUNTER_DB
PFC_WD_DB = 5;
Expand Down
5 changes: 0 additions & 5 deletions testdata/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"separator": ":",
"instance" : "redis"
},
"LOGLEVEL_DB" : {
"id" : 3,
"separator": ":",
"instance" : "redis"
},
"CONFIG_DB" : {
"id" : 4,
"separator": "|",
Expand Down
5 changes: 0 additions & 5 deletions testdata/database_config_asic0.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"separator": ":",
"instance" : "redis"
},
"LOGLEVEL_DB" : {
"id" : 3,
"separator": ":",
"instance" : "redis"
},
"CONFIG_DB" : {
"id" : 4,
"separator": "|",
Expand Down