frostfs-node/pkg/local_object_storage/writecache
Evgenii Stratonikov 96e690883f [#638] Unify test loggers
In some places we have debug=false, in others debug=true.
Let's be consistent.

Semantic patch:
```
@@
@@
-test.NewLogger(..., false)
+test.NewLogger(..., true)
```

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] Unify test loggers 2023-08-23 11:21:05 +00:00
writecachebbolt [#638] Unify test loggers 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