Skip to content

Commit

Permalink
Minor logging change for verification purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
soitinj committed Sep 5, 2024
1 parent 93eee7b commit 88095aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def save_html_report():
gevent.signal_handler(signal.SIGTERM, sig_term_handler)

try:
logger.info(f"Starting Locust {version}")
logger.info(f"Starting Locust {version}+fork")
if options.class_picker:
logger.info("Locust is running with the UserClass Picker Enabled")
if options.autostart and not options.headless:
Expand Down

0 comments on commit 88095aa

Please sign in to comment.