Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidev committed May 4, 2018
2 parents 657f546 + d71a033 commit 73e1c3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ build
parity.log
coverage
coverage.json
password.txt
base-path/
nohup.out
bitsign-node.log
2 changes: 1 addition & 1 deletion config-main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ discovery = true

[misc]
logging = "own_tx=trace"
log_file = "bitsign-miner-node.log"
log_file = "parity.log"
color = true
2 changes: 1 addition & 1 deletion config-miner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ discovery = true

[misc]
logging = "own_tx=trace"
log_file = "bitsign-miner-node.log"
log_file = "parity.log"
color = true
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ reserved_peers = "nodes.txt"

[misc]
logging = "own_tx=trace"
log_file = "bitsign-node.log"
log_file = "parity.log"
color = true


0 comments on commit 73e1c3d

Please sign in to comment.