Reinforce Env Application log severity

This commit is contained in:
Vinnie Falco
2016-02-09 15:14:23 -05:00
parent 924b6b663e
commit 8c11d24454

View File

@@ -158,6 +158,7 @@ Env::AppBundle::AppBundle(beast::unit_test::suite& suite,
app = owned.get();
app->logs().severity(beast::Journal::kError);
app->setup();
app->logs().severity(beast::Journal::kError);
timeKeeper->set(
app->getLedgerMaster().getClosedLedger()->info().closeTime);
app->doStart();