frostfs-node/pkg/local_object_storage
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
..
blobovnicza [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
blobstor [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
engine [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
internal [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
metabase [#602] node: Fix blobovnicza typos 2023-08-18 11:14:10 +03:00
metrics [#602] metrics: Add blobovnicza items counter 2023-08-18 13:01:27 +03:00
pilorama [#618] core: Replace fmt.Sprintf with strconv.FormatUint 2023-08-21 07:14:50 +00:00
shard [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
util [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
writecache [#638] Unify test loggers 2023-08-23 11:21:05 +00:00