media: adjust log level of transfer log

This commit is contained in:
Tulir Asokan
2026-02-26 16:43:06 +02:00
parent 52b2373528
commit 93fe3cb0ea

View File

@@ -257,7 +257,7 @@ func (t *ReadyTransferer) Transfer(ctx context.Context, store *store.Container,
Str("location_id", string(locationID)).
Logger()
ctx = log.WithContext(ctx)
log.Info().Msg("Transferring file from Telegram to Matrix")
log.Debug().Msg("Transferring file from Telegram to Matrix")
if file, err := store.TelegramFile.GetByLocationID(ctx, locationID); err != nil {
return "", nil, nil, fmt.Errorf("failed to search for Telegram file by location ID: %w", err)