frostfs-node/pkg/local_object_storage/writecache
Evgenii Stratonikov 96e690883f [] 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 [] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00
config [] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
writecachebadger [] Unify test loggers 2023-08-23 11:21:05 +00:00
writecachebbolt [] Unify test loggers 2023-08-23 11:21:05 +00:00
writecachetest [] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00
metrics.go [] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
writecache.go [] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00