Remove tracing

This commit is contained in:
phahulin 2017-10-19 19:34:53 +03:00 committed by GitHub
parent b2ead3327f
commit 3de1bc6c5d
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ pull_image_and_configs() {
sed -i "/\[network\]/a bootnodes=\[$(cat bootnodes.txt | sed 's/\r$//' | awk -F'#' '{ print $1 }' | awk '/enode/{ print "\""$1"\"" }' | paste -sd "," -)\]" ${NODE_TOML}
cat >> ${NODE_TOML} <<EOF
[misc]
logging="engine=trace,network=trace,discovery=trace"
log_file = "/home/${ADMIN_USERNAME}/logs/parity.log"
EOF
mkdir -p parity/keys/OraclesPoA