add db check fn and ignore debug logs

This commit is contained in:
Travis Shears 2025-10-01 23:30:36 +02:00
parent ccf39d829a
commit eb2191045e
4 changed files with 21 additions and 593 deletions

View file

@ -160,6 +160,7 @@ func main() {
defer f.Close()
slog.Info("Starting gemlog cli")
config, err := gemlog.LoadConfig()
// gemlog.CheckDBConnection(config)
if err != nil {
fmt.Printf("Error loading config: %v", err)
os.Exit(1)