From 5f4ba4d9e8356c56511564447b5f0e5a238cdbcd Mon Sep 17 00:00:00 2001 From: Samuel Wamala <35219064+swamala@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:22:39 -0800 Subject: [PATCH] Updated installer.sh removed submitting logs to papertrail-service. --- installer/installer.sh | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/installer/installer.sh b/installer/installer.sh index b4511c654..ad4893d31 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -622,31 +622,6 @@ if [[ $tripleStore = "ot-blazegraph" ]]; then fi fi - -# otnode logger sytemctl setup -yes | sudo apt install ncat - -cat < /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