feat: refactor data extraction and loading functions for improved context handling

This commit is contained in:
2026-04-07 12:55:05 -05:00
parent 6da321c4bb
commit 7bb67ddfcf
5 changed files with 55 additions and 28 deletions

View File

@@ -11,5 +11,5 @@ func configureLog() {
FullTimestamp: true,
TimestampFormat: time.StampMilli,
})
log.SetLevel(log.DebugLevel)
log.SetLevel(log.InfoLevel)
}