Add log file for node.toml

This commit is contained in:
Vitaly Znachenok 2017-11-21 16:33:52 +03:00
parent 3b41ef7baf
commit d23c8522a1
1 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,13 @@
line: reserved_peers="{{ home }}/bootnodes.txt"
state: present
- name: Add log file in node.toml
blockinfile:
path: "{{ home }}/node.toml"
block: |
[misc]
log_file = "{{ home }}/logs/parity.log"
- git: repo=https://github.com/oraclesorg/oracles-dapps-keys-generation.git dest={{ home }}/parity_data/dapps/KeysGenerator
- git: repo=https://github.com/oraclesorg/oracles-dapps-voting.git dest={{ home }}/parity_data/dapps/Voting