Hello,
What is the substitute for Moralis.Cloud.getLogger()
in self hosted parse server? I have tried Parse.Cloud.getLogger()
but get the following error:
error: Parse.Cloud.getLogger is not a function
Thank you!
Hello,
What is the substitute for Moralis.Cloud.getLogger()
in self hosted parse server? I have tried Parse.Cloud.getLogger()
but get the following error:
error: Parse.Cloud.getLogger is not a function
Thank you!
You can use console.log directly
Perfect! It works! Thanks