mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 16:34:26 +00:00
Delete more debug logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user