[SOLVED] Help with Parse Server Logging / Log Level

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!

Hey @BezzPezz,

if you would like to remove the logging feature from the server, you might refer to the parse server dashboard. Therefore, you might want to remove parse-dashboard from your server to do so, assuming you’re self-hosting it.

Hey, Yes I do self host, but I used the “parse-server migration” repo and “parse-dashboard” is nowhere to be found??

I see,

well in the parseServer.js you can try to set the parameter silent to true. Based on their docs, it should disable all console output.

OK thanks I will try this :smile:

1 Like

Great if you still have any issue let us know by opening a new thread, I’ll close this one for now :grinning_face_with_smiling_eyes: