This commit is contained in:
2024-05-13 21:43:47 -07:00
commit f21c916eb3
15 changed files with 437 additions and 0 deletions

8
tools/run_relp_log_trial.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Set the environment variables for the RELP server URL and optionally for the webhook URL
export LOGGER_RELP_URL="tcp://10.201.1.18:20514"
export LOGGER_WEBHOOK_URL="https://example.com/webhook"
# Run the Go program
go run relp_log_trial.go