Log message not displaying

0
Hello Community, Our application is deployed on-premises, and we're encountering an issue where logs are not being generated when we set a log message in nanoflows. However, other logs are coming through without any problems. Could anyone share a solution for this or provide any ideas on how to overcome this issue? Thanks!
asked
2 answers
0

Hello Rishi,

 

Did you enable native logging in your navigation profile:

 

image.png

 

Please also take a look at the documentation:

https://docs.mendix.com/refguide/mobile/building-efficient-mobile-apps/logging/

 

Hope this helps

 

Good luck!

answered
0

Logging in a nanoflow is usually only visible in the console of the client or native app. In case of a web application, if you need server logs then call a microflow from your nanoflow and handle the logging there, as the user would normally be online. 

answered