frostfs-node/pkg/services
Evgenii Stratonikov f7042c5a6f [#609] 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 [#533] services: Assume API supports status codes 2023-07-31 15:35:15 +00:00
container [#533] services: Assume API supports status codes 2023-07-31 15:35:15 +00:00
control [#557] services: Regenerate stable marshalers 2023-08-02 13:37:40 +00:00
netmap [#533] services: Assume API supports status codes 2023-07-31 15:35:15 +00:00
notificator [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
object [#620] object: Send status response for server-side streams 2023-08-17 12:52:38 +00:00
object_manager [#619] node: Fix object put when copies numbers contains only zeros 2023-08-17 11:31:34 +03:00
policer [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
replicator [#463] replicator: Add tracing span 2023-07-18 10:52:12 +00:00
session [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
tree [#609] Replace zaptest.NewLogger() with zap.L() 2023-08-17 16:51:10 +00:00
util [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00