Skip to content
Snippets Groups Projects
Commit 43e837e5 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

fix: add logger config to config.json

parent 31dfa603
No related branches found
No related tags found
No related merge requests found
{ {
"node": { "analysis":{
"logLevel": 3, "serveraddress":"ressims.iota.cafe:188",
"disablePlugins": [], "serverport":0
"enablePlugins": []
}, },
"database": { "autopeering":{
"directory": "mainnetdb" "address":"0.0.0.0",
}, "entrynodes":[
"analysis": { "V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626"
"serverPort": 0, ],
"serverAddress": "ressims.iota.cafe:188" "port":14626,
"selection":true
}, },
"gossip": { "database":{
"port": 14666 "directory":"mainnetdb"
}, },
"zeromq": { "gossip":{
"port": 5556 "port":14666
}, },
"autopeering": { "logger":{
"address": "0.0.0.0", "Level":"info",
"port": 14626, "DisableCaller":false,
"entryNodes": [ "DisableStacktrace":false,
"V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626" "Encoding":"console",
"OutputPaths":[
"stdout"
], ],
"selection": true "DisableEvents":false
},
"node":{
"disableplugins":"",
"enableplugins":"",
"loglevel":0
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment