Skip to content
Snippets Groups Projects
Commit 6290a003 authored by Sören Henning's avatar Sören Henning
Browse files

Refine logging

parent 20094fdf
No related branches found
No related tags found
No related merge requests found
Pipeline #6901 passed
......@@ -123,7 +123,7 @@ class EnvVarLoadGeneratorFactory {
System.getenv(ConfigurationKeys.HTTP_ASYNC),
Boolean.toString(LoadGenerator.HTTP_ASYNC_DEFAULT)));
recordSender = new HttpRecordSender<>(url, async);
LOGGER.info("Use HTTP server as target with url '{}'.", url);
LOGGER.info("Use HTTP server as target with URL '{}' and asynchronously: '{}'.", url, async);
} else if (target == LoadGeneratorTarget.PUBSUB) {
final String project = System.getenv(ConfigurationKeys.PUBSUB_PROJECT);
final String inputTopic = Objects.requireNonNullElse(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment