Skip to content

Commit

Permalink
Updated installer.sh
Browse files Browse the repository at this point in the history
removed submitting logs to papertrail-service.
  • Loading branch information
swamala authored Jan 27, 2025
1 parent 2424882 commit 5f4ba4d
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions installer/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -622,31 +622,6 @@ if [[ $tripleStore = "ot-blazegraph" ]]; then
fi
fi


# otnode logger sytemctl setup
yes | sudo apt install ncat

cat <<EOL > /etc/systemd/system/otnode-logger.service
[Unit]
Description=v8 Logging
After=network.target
[Service]
ExecStart=/bin/sh -c "journalctl -u otnode.service -f | ncat v8logs.origin-trail.network 1488"
TimeoutStartSec=0
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target
EOL

# Enable and start the service
systemctl daemon-reload
systemctl enable otnode-logger.service
systemctl start otnode-logger.service


header_color $BGREEN"Installing SQL..."

install_sql
Expand Down

0 comments on commit 5f4ba4d

Please sign in to comment.