Logging in k6
TODO: Add a page on k6 Guides about Logging with k6
-- Gives our best practices about logging in your load tests https://k6.io/docs/cloud/cloud-faq/what-is-the-best-way-to-debug-my-load-test-scripts
-- http_debug option
-- log-output and log-format
Related articles:
https://k6.io/docs/cloud/cloud-faq/what-is-the-best-way-to-debug-my-load-test-scripts
https://k6.io/docs/cloud/analyzing-results/logs
https://k6.io/docs/using-k6/http-debugging/
We can probably user https://github.com/grafana/k6-learn/blob/main/Modules/III-k6-Intermediate/01-How-to-debug-k6-load-testing-scripts.md as well.
Also this: https://k6.io/blog/k6-load-testing-debugging-using-a-web-proxy/
Examples where it can help users: https://community.k6.io/t/how-do-i-extract-custom-response-headers/5866