mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-11 00:08:47 -06:00
Add more logs
This commit is contained in:
@@ -402,6 +402,8 @@ func (br *StoreBulkReader[TArg, TKey, T]) Read(ctx context.Context, args map[TAr
|
||||
if key, err := br.QueryKeyFunc(arg); err == nil {
|
||||
queryKeys = append(queryKeys, key)
|
||||
argsMap[arg] = struct{}{}
|
||||
} else {
|
||||
slog.ErrorContext(ctx, "Failed to create query key", "arg", arg, common.ErrAttr(err))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user