Remove redundant logging

This commit is contained in:
Ian Fijolek
2024-11-15 16:40:54 -08:00
parent be2e8121c5
commit 4aef7b7458
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ func main() {
// Load configuration
config, err := LoadConfig(*configPath)
slog.OnErrFatalf(err, "Error loading config: %v", err)
slog.OnErrFatalf(err, "Error loading config")
// Serve metrics exporter, if specified
if ExportMetrics {