Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8995 from EOSIO/log-example-2.0
Browse files Browse the repository at this point in the history
Update example logging.json - 2.0
  • Loading branch information
heifner authored Apr 24, 2020
2 parents e9edf3c + a120ee1 commit df3b10f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions programs/nodeos/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
]
},{
"name": "net_plugin_impl",
"level": "debug",
"level": "info",
"enabled": true,
"additivity": false,
"appenders": [
Expand All @@ -84,7 +84,16 @@
]
},{
"name": "transaction_tracing",
"level": "info",
"level": "debug",
"enabled": true,
"additivity": false,
"appenders": [
"stderr",
"net"
]
},{
"name": "trace_api",
"level": "debug",
"enabled": true,
"additivity": false,
"appenders": [
Expand Down

0 comments on commit df3b10f

Please sign in to comment.