Remove tracing

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

View File

@ -148,7 +148,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
echo "${OWNER_KEYPASS}" > "${NODE_PWD}"