frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree
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.go [#602] blobovnicza: Add leaf width implementation 2023-08-21 10:27:32 +03:00
control.go [#602] node: Fix blobovnicza typos 2023-08-18 11:14:10 +03:00
delete.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
errors.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
exists.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
exists_test.go [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
generic_test.go [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
get.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
get_range.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
iterate.go [#602] blobovnicza: Add leaf width implementation 2023-08-21 10:27:32 +03:00
metrics.go [#602] node: Fix blobovnicza typos 2023-08-18 11:14:10 +03:00
option.go [#602] blobovnicza: Add leaf width implementation 2023-08-21 10:27:32 +03:00
put.go [#373] blobovniczatree: Add metrics 2023-06-21 15:13:26 +03:00