Skip to content

Commit 05f2a28

Browse files
authored
Remove LOGLEVEL DB since is no longer used (#271)
This PR is part of the following HLD: Persistent loglevel HLD: sonic-net/SONiC#1041 **- What I did** Deleted the LOGLEVEL_DB. After the Logger tables moved from the LOGLEVEL_DB to the CONFIG_DB and the jinja2_cache was deleted the LOGLEVEL_DB is not in use. **- How I did it** Removed the LOGLEVEL_DB from the SONiC code **- How to verify it** All tests were passed
1 parent 06299e1 commit 05f2a28

File tree

5 files changed

+0
-25
lines changed

5 files changed

+0
-25
lines changed

tests/mock_tables/asic0/database_config.json

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"separator": ":",
2323
"instance" : "redis"
2424
},
25-
"LOGLEVEL_DB" : {
26-
"id" : 3,
27-
"separator": ":",
28-
"instance" : "redis"
29-
},
3025
"CONFIG_DB" : {
3126
"id" : 4,
3227
"separator": "|",

tests/mock_tables/asic1/database_config.json

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"separator": ":",
2323
"instance" : "redis"
2424
},
25-
"LOGLEVEL_DB" : {
26-
"id" : 3,
27-
"separator": ":",
28-
"instance" : "redis"
29-
},
3025
"CONFIG_DB" : {
3126
"id" : 4,
3227
"separator": "|",

tests/mock_tables/asic2/database_config.json

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"separator": ":",
2323
"instance" : "redis"
2424
},
25-
"LOGLEVEL_DB" : {
26-
"id" : 3,
27-
"separator": ":",
28-
"instance" : "redis"
29-
},
3025
"CONFIG_DB" : {
3126
"id" : 4,
3227
"separator": "|",

tests/mock_tables/database_config.json

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"separator": ":",
2323
"instance" : "redis"
2424
},
25-
"LOGLEVEL_DB" : {
26-
"id" : 3,
27-
"separator": ":",
28-
"instance" : "redis"
29-
},
3025
"CONFIG_DB" : {
3126
"id" : 4,
3227
"separator": "|",

tests/mock_tables/global_db/database_config.json

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"separator": ":",
2323
"instance" : "redis"
2424
},
25-
"LOGLEVEL_DB" : {
26-
"id" : 3,
27-
"separator": ":",
28-
"instance" : "redis"
29-
},
3025
"CONFIG_DB" : {
3126
"id" : 4,
3227
"separator": "|",

0 commit comments

Comments
 (0)