mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Replacing old log_level from configs with new logger->level
This commit is contained in:
committed by
Dan Christian Bogos
parent
b3956da736
commit
ca01cbcd6b
@@ -1,11 +1,13 @@
|
||||
{
|
||||
|
||||
"general": {
|
||||
"log_level": 7,
|
||||
"node_id": "ConcurrentQueueEngine",
|
||||
"reply_timeout": "50s",
|
||||
},
|
||||
|
||||
"logger": {
|
||||
"level": 7
|
||||
},
|
||||
|
||||
"cores": {
|
||||
"caps": 2,
|
||||
|
||||
Reference in New Issue
Block a user