frostfs-node/pkg/local_object_storage/writecache
Evgenii Stratonikov 322c1dc273 [#638] Use test.NewLogger() in tests
Semantic patch (restricted to **/*_test.go):
```
@@
@@
+import "git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/logger/test"
-import "go.uber.org/zap"
-import "git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/logger"

-&logger.Logger{Logger: zap.L()}
+test.NewLogger(t, false)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-23 11:21:05 +00:00
..
benchmark [#586] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00
config [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
writecachebadger [#638] Use test.NewLogger() in tests 2023-08-23 11:21:05 +00:00
writecachebbolt [#638] Use test.NewLogger() in tests 2023-08-23 11:21:05 +00:00
writecachetest [#586] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00
metrics.go [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
writecache.go [#586] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00