Skip to content

fix: avoid confusing `temp file is written to` in log

Andrii Bezuglyi requested to merge fix/blob_stores_logging into master

If file write operation was not successful, this line is misleading. Put a line in log after file is written, not before.

Merge request reports