[#52] Add debug_logger flag to local scenarios #53

Merged
fyrchik merged 1 commit from ale64bit/xk6-frostfs:feature/52-debug-flag-local-engine into master 2023-04-21 08:48:22 +00:00
Member

Signed-off-by: Alejandro Lopez a.lopez@yadro.com

Close #52

Signed-off-by: Alejandro Lopez <a.lopez@yadro.com> Close #52
ale64bit added 1 commit 2023-04-19 07:47:18 +00:00
Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
ale64bit requested review from storage-core-committers 2023-04-19 07:47:38 +00:00
ale64bit requested review from storage-core-developers 2023-04-19 07:47:38 +00:00
fyrchik approved these changes 2023-04-19 12:28:38 +00:00
@ -78,3 +79,3 @@
```js
import local from 'k6/x/frostfs/local';
const local_client = local.connect("/path/to/config.yaml", "")
const local_client = local.connect("/path/to/config.yaml", "", false)
Owner

Why not specify level directly?
LOG_LEVEL looks more useful than DEBUG_LOGGER.

Why not specify level directly? `LOG_LEVEL` looks more useful than `DEBUG_LOGGER`.
Author
Member

I'm not sure. Usually for debugging issues here it's either no logging (default) or all logs (the development logger). Maybe let's change it later if a concrete use case arises.

I'm not sure. Usually for debugging issues here it's either no logging (default) or all logs (the development logger). Maybe let's change it later if a concrete use case arises.
acid-ant approved these changes 2023-04-20 06:19:11 +00:00
fyrchik merged commit 5ab7cfed7c into master 2023-04-21 08:48:22 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/xk6-frostfs#53
No description provided.