What is the correct way to log? #3462
Closed
AdamCKWVersa
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm currently trying to learn how to do load testing with artillery and am currently unsure if log is working as intended. I'm seeing inconsistent behavior with
log
statements in my Artillery scenario. Here's my current config:While "Log 1: Starting Request" appears in the output, "Log 2: Request End" doesn't show up. Even if I removed
Log 1
,Log 2
will still not be shown. It only worked if placed at the start of the flow.Beta Was this translation helpful? Give feedback.
All reactions