forked from Qortal/qortal
Reduce log spam.
This commit is contained in:
parent
7af551fbc5
commit
1be3ae267e
@ -364,7 +364,10 @@ public class ArbitraryDataResource {
|
|||||||
this.transactions = transactionDataList;
|
this.transactions = transactionDataList;
|
||||||
this.layerCount = transactionDataList.size();
|
this.layerCount = transactionDataList.size();
|
||||||
|
|
||||||
} catch (DataException e) {
|
} catch (DataNotPublishedException e) {
|
||||||
|
// Ignore without logging
|
||||||
|
}
|
||||||
|
catch (DataException e) {
|
||||||
LOGGER.info(String.format("Repository error when fetching transactions for resource %s: %s", this, e.getMessage()));
|
LOGGER.info(String.format("Repository error when fetching transactions for resource %s: %s", this, e.getMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user