We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--log-output=file
We don't have the same "done" channel for file log outputs that we do for loki:
file
loki
k6/cmd/root.go
Lines 292 to 309 in 1e28a3e
So this code is not guaranteed to run:
k6/log/file.go
Lines 129 to 136 in 1e28a3e
I found this while writing some integration tests so I have a bugfix that I will submit shortly.
The text was updated successfully, but these errors were encountered:
na--
Successfully merging a pull request may close this issue.
We don't have the same "done" channel for
file
log outputs that we do forloki
:k6/cmd/root.go
Lines 292 to 309 in 1e28a3e
So this code is not guaranteed to run:
k6/log/file.go
Lines 129 to 136 in 1e28a3e
I found this while writing some integration tests so I have a bugfix that I will submit shortly.
The text was updated successfully, but these errors were encountered: