Skip to content

Commit

Permalink
Increase log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 16, 2023
1 parent 00bdb31 commit 490361a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
command: >
-c
config.json
--logger.level=debug
--logger.level=trace
--logger.disableCaller=false
--p2p.peers=/dns/node-01.feature/tcp/14666/p2p/12D3KooWCrjmh4dUCWfGVQT6ivzArieJB9Z3eKdy2mdEEN95NDPS
--p2p.externalMultiAddresses={{ ips | join(',') }}
Expand Down Expand Up @@ -141,6 +141,7 @@ services:
environment:
- "VALIDATOR_PRV_KEY={{validatorPrvKey}}"
command: >
--logger.level=debug
--inx.address=iota-core:9029
{% if 'node-01' in inventory_hostname %}
--validator.ignoreBootstrapped=true
Expand Down

0 comments on commit 490361a

Please sign in to comment.