Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case a price feed has an error, a stacktrace dumped in the logs for each incoming getAllMarketPrice request. In detail, there is one line of log stating that there is a getAllMarketPrice request, one line of log stating that there is an error and around 150 lines of stracktrace. This fills up the logs quite fast, around 7.5G per day which is unnecessary. This commit only outputs the stacktrace in debug log configuration.
- Loading branch information