frostfs-node/pkg/local_object_storage
Evgenii Stratonikov e604a3d749 [#607] *: Use zap.Stringer() where possible
Semantic patch:
```
@@
var f expression
var t expression
var a expression
@@
 f(
    ...,
-    zap.String(t, a.String()),
+    zap.Stringer(t, a),
    ...,
)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-17 16:50:02 +00:00
..
blobovnicza [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
blobstor [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
engine [#607] *: Use zap.Stringer() where possible 2023-08-17 16:50:02 +00:00
internal [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
metabase [#xx] Avoid manual management of files in tests 2023-08-14 14:01:39 +03:00
metrics [#373] metrics: Add pilorama metrics 2023-06-21 15:13:26 +03:00
pilorama [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
shard [#607] *: Use zap.Stringer() where possible 2023-08-17 16:50:02 +00:00
util [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
writecache [#585] writecache: Fix DB counter 2023-08-16 14:47:44 +03:00