xk6-frostfs/scenarios
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
..
files fix policy rules 2022-08-02 13:57:50 +03:00
preset sys.exit with exit codes if no containers/objects during preset 2022-12-30 17:30:50 +03:00
grpc.js [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
http.js [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
run_scenarios.md [#50] Use native.connect timeouts everywhere 2023-02-03 17:12:26 +03:00
s3.js [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
verify.js [#50] Use native.connect timeouts everywhere 2023-02-03 17:12:26 +03:00