frostfs-node/pkg/services
Evgenii Stratonikov f7042c5a6f [] Replace zaptest.NewLogger() with zap.L()
Semantic patch:
```
@@
@@
-import "go.uber.org/zap/zaptest"
+import "go.uber.org/zap"

-zaptest.NewLogger(t)
+zap.L()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-17 16:51:10 +00:00
..
accounting [] services: Assume API supports status codes 2023-07-31 15:35:15 +00:00
container [] services: Assume API supports status codes 2023-07-31 15:35:15 +00:00
control [] services: Regenerate stable marshalers 2023-08-02 13:37:40 +00:00
netmap [] services: Assume API supports status codes 2023-07-31 15:35:15 +00:00
notificator [] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
object [] object: Send status response for server-side streams 2023-08-17 12:52:38 +00:00
object_manager [] node: Fix object put when copies numbers contains only zeros 2023-08-17 11:31:34 +03:00
policer [] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
replicator [] replicator: Add tracing span 2023-07-18 10:52:12 +00:00
session [] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
tree [] Replace zaptest.NewLogger() with zap.L() 2023-08-17 16:51:10 +00:00
util [] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00