From 4c36742ec8072e645f0b755cdf5e9582ac2a6887 Mon Sep 17 00:00:00 2001 From: xengineering 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. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 3afdf49..405ff0a 100644 --- a/main.go +++ b/main.go @@ -10,8 +10,8 @@ var config RuntimeConfig var db *sql.DB func main() { + log.Printf("Started Ceres recipe server.\n") config = GetRuntimeConfig() - log.Printf("Starting ceres with config file '%s'\n", config.Path) db = setupDatabase() runServer() } -- cgit v1.2.3-70-g09d2