Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
related to issue #546
  • Loading branch information
Mihail Slavchev committed Oct 14, 2016
1 parent 1565873 commit 95e7fb2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ public static Runtime initRuntime(Application app)
Runtime.initInstance(app);
}
catch (Exception e) {

if (logger.isEnabled()) {
logger.write("Cannot initialize application instance.");
}
e.printStackTrace();
}
}
return runtime;
Expand Down

0 comments on commit 95e7fb2

Please sign in to comment.