Skip to content

Commit

Permalink
Revert "Minor logging change for verification purposes"
Browse files Browse the repository at this point in the history
This reverts commit 88095aa.
  • Loading branch information
soitinj committed Sep 6, 2024
1 parent 3eb8904 commit 7d077f6
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}+fork")
logger.info(f"Starting Locust {version}")
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 7d077f6

Please sign in to comment.