Skip to content

Commit

Permalink
Issue #350: log Runtime parameters first
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch-si.com>
  • Loading branch information
Stefan Maute committed Apr 17, 2019
1 parent e19d58f commit 4c8dd54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ public ActorSystem start() {
* @return the created ActorSystem during startup
*/
protected ActorSystem doStart() {
final Config actorSystemConfig = appendAkkaPersistenceMongoUriToRawConfig();
logRuntimeParameters();
final Config actorSystemConfig = appendAkkaPersistenceMongoUriToRawConfig();
configureMongoDbSuffixBuilder();
startKamon();
final ActorSystem actorSystem = createActorSystem(actorSystemConfig);
Expand Down

0 comments on commit 4c8dd54

Please sign in to comment.