xk6-frostfs/internal
Evgenii Stratonikov 4ea872d6c3 [#9] logging: Make logger more functional
Previous iteration was bad, because `Logger` instance was shared and
endpoints in different VUs were overriding each other.

New interface is much better, it supports logger extension in any
context with arbitrary fields.
```
const l = logging.new().withFields({endpoint: "my endpoint"});
...
l.withField("cid", container).info("not found");
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-02-28 14:18:53 +03:00
..
datagen [#2] Deep rebranding 2022-12-30 11:05:20 +03:00
logging [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
native [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
registry [#2] Deep rebranding 2022-12-30 11:05:20 +03:00
s3 [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
stats Initial commit 2022-05-12 23:27:06 +03:00