Delete more debug logs

This commit is contained in:
2024-12-19 22:26:29 +01:00
parent b065938211
commit cf2e1809a4
7 changed files with 15 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ func main() {
// Setup logging
logging.Setup(cfg.LogLevel)
logging.Debug("Configuration loaded", "config", logging.Redact(cfg))
logging.Debug("Configuration loaded", "config", cfg.Redact())
// Initialize and start server
options, err := app.DefaultOptions(cfg)