From a17541c2e6810aead8b2c00a1cb800cac21cc88d Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 14 Jun 2025 01:51:55 +0200 Subject: [PATCH] up --- TCPClient.go | 3 +-- config.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TCPClient.go b/TCPClient.go index dfa0fee..c980fd7 100644 --- a/TCPClient.go +++ b/TCPClient.go @@ -73,7 +73,6 @@ func (c *TCPClient) StartClient() { if err != nil { Log.Error("Cannot connect to Telnet Client:", err) } - Log.Infof("Connected to DX cluster %s:%s", c.Address, c.Port) // err = c.Conn.SetKeepAlive(true) // if err != nil { @@ -155,7 +154,7 @@ func (c *TCPClient) ReadLine() { // if Cfg.Cluster.Command != "" { // c.WriteString(Cfg.Cluster.Command + "\n\r") // } - Log.Infof("Connected to cluster %s", Cfg.Cluster.Server) + Log.Infof("Connected to DX cluster %s:%s", Cfg.Cluster.Server, Cfg.Cluster.Port) Log.Info("Start receiving spots") continue } diff --git a/config.yml b/config.yml index 8865d0a..0c512d3 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,7 @@ general: delete_log_file_at_start: true log_to_file: true - log_level: DEBUG # INFO or DEBUG or WARN + log_level: INFO # INFO or DEBUG or WARN telnetserver: true # not in use for now flexradiospot: true # not in use for now sqlite: @@ -25,7 +25,7 @@ telnetserver: # Log4OM must be connected to this server ie: localhost:7301 if on host: 0.0.0.0 port: 7301 gotify: - enable: true + enable: false url: https://gotify.rouggy.com/message token: ALaGS4MVMWTEMcP NewDXCC: true