frostfs-node/pkg/local_object_storage
Evgenii Stratonikov f7042c5a6f [#609] Replace zaptest.NewLogger() with zap.L()
Semantic patch:
```
@@
@@
-import "go.uber.org/zap/zaptest"
+import "go.uber.org/zap"

-zaptest.NewLogger(t)
+zap.L()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-17 16:51:10 +00:00
..
blobovnicza [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
blobstor [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 16:51:10 +00:00
engine [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 16:51:10 +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 [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 16:51:10 +00:00
util [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
writecache [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 16:51:10 +00:00