I use the Moralis parse server for gathering large amounts of token and nft meta data on a schedule.
At the moment by default the logging level is way too high and the parse server logs the results of every call (example. if I grab the gecko coin list and then the metadata for all the coins the data is pretty massive -> 12860 tokens).
Does anyone know a way to lower or stop the logging? I see the @ethersproject/logger is installed but Im not sure if this is the cause? Also I cannot find any instances of a log or logger getting called int the parse server code base.
Any help is much appreciated my Crypto friends!