Replacing old log_level from configs with new logger->level

This commit is contained in:
arberkatellari
2023-12-20 11:21:30 -05:00
committed by Dan Christian Bogos
parent b3956da736
commit ca01cbcd6b
248 changed files with 806 additions and 321 deletions

View File

@@ -5,9 +5,11 @@
"general": {
"node_id": "Engine1",
"log_level": 7
},
"logger": {
"level": 7
},
"listen": {
"rpc_json": ":6012",