Skip to content

Commit

Permalink
Keep embed data if gql is failed for any reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jul 23, 2024
1 parent 96d173e commit 0ee4770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
}

// Initialize logging
slog.SetLogLoggerLevel(slog.LevelError)
slog.SetLogLoggerLevel(slog.LevelInfo)

// Initialize LRU
gridCacheMax, err := strconv.Atoi(*gridCacheMaxFlag)
Expand Down

0 comments on commit 0ee4770

Please sign in to comment.