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": {
"logLevel": 3,
"disablePlugins": [],
"enablePlugins": []
"analysis":{
"serveraddress":"ressims.iota.cafe:188",
"serverport":0
},
"database": {
"directory": "mainnetdb"
},
"analysis": {
"serverPort": 0,
"serverAddress": "ressims.iota.cafe:188"
"autopeering":{
"address":"0.0.0.0",
"entrynodes":[
"V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626"
],
"port":14626,
"selection":true
},
"gossip": {
"port": 14666
"database":{
"directory":"mainnetdb"
},
"zeromq": {
"port": 5556
"gossip":{
"port":14666
},
"autopeering": {
"address": "0.0.0.0",
"port": 14626,
"entryNodes": [
"V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626"
"logger":{
"Level":"info",
"DisableCaller":false,
"DisableStacktrace":false,
"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.
Finish editing this message first!
Please register or to comment