Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Print Pantheon version at starting #1593

Merged
merged 1 commit into from
Jun 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import static tech.pegasys.pantheon.metrics.prometheus.MetricsConfiguration.DEFAULT_METRICS_PORT;
import static tech.pegasys.pantheon.metrics.prometheus.MetricsConfiguration.DEFAULT_METRICS_PUSH_PORT;

import tech.pegasys.pantheon.PantheonInfo;
import tech.pegasys.pantheon.Runner;
import tech.pegasys.pantheon.RunnerBuilder;
import tech.pegasys.pantheon.cli.PublicKeySubCommand.KeyLoader;
Expand Down Expand Up @@ -691,6 +692,8 @@ public void run() {
Configurator.setAllLevels("", logLevel);
}

logger.info("Starting Pantheon version: {}", PantheonInfo.version());

// Check that P2P options are able to work or send an error
checkOptionDependencies(
logger,
Expand Down