Do i need to Deploy my application to cloud inorder to log logging messages in the app

0
I configured all the settings required for the logging module  to work. But when I’m running the app locally the log messages are not displaying in the app. So, I want to know whether i require to deploy my application to cloud so that it will show all the log messages in the cloud or it should work locally   
asked
1 answers
3

Locally it should work the same as in the cloud.

See documentation: https://marketplace.mendix.com/link/component/159

Check your constant values and your after startup microflow.

Also, ensure that a event is triggered resulting in writing a log ;-)

answered