From 4c36742ec8072e645f0b755cdf5e9582ac2a6887 Mon Sep 17 00:00:00 2001 From: xengineering <me@xengineering.eu> Date: Sat, 11 Feb 2023 18:06:52 +0100 Subject: Rework logging Logging during a request is at the moment not really needed. Printing the config to the log was a stupid idea too. --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.go') diff --git a/server.go b/server.go index f565636..ff581e3 100644 --- a/server.go +++ b/server.go @@ -21,6 +21,6 @@ func runServer() { setupRoutes() address := config.Http.Host + ":" + config.Http.Port - log.Println("Binding to 'http://" + address) + log.Println("Serving content at 'http://" + address + "'.") log.Fatal(http.ListenAndServe(address, nil)) } -- cgit v1.2.3-70-g09d2