[#52] Add debug_logger flag to local scenarios #53
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#53
Loading…
Reference in a new issue
No description provided.
Delete branch "ale64bit/xk6-frostfs:feature/52-debug-flag-local-engine"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Alejandro Lopez a.lopez@yadro.com
Close #52
@ -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)
Why not specify level directly?
LOG_LEVEL
looks more useful thanDEBUG_LOGGER
.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.