Logging bad discord resources
This commit is contained in:
parent
2bb14c1794
commit
ac2d00aca7
|
@ -448,6 +448,7 @@ func downloadDiscordResource(ctx context.Context, url string) ([]byte, string, e
|
||||||
|
|
||||||
content, err := io.ReadAll(res.Body)
|
content, err := io.ReadAll(res.Body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
logging.ExtractLogger(ctx).Error().Str("Url", url).Msg("failed to download resource")
|
||||||
return nil, "", err
|
return nil, "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue