Mendix cloud - Are there log files and how can I check them?

2
I have a test application deployed in the Mendix cloud. Now I want to check what happened on the system a few days ago. Somebody reported an error while using the system. Are there logfiles? If yes, how can I check them? From m2ee on the server I only found the "log" command that prints the log messages to the screen. I didn't find logfiles or a way to read them.
asked
2 answers
4

You can try

less /var/log/xas2/<yourapp>.log

(Shift + G) will scroll to the end.

answered
0

Thanks, Michel!

Via Filezilla I'm now able to find&copy the logfiles from the server to my own machine. Now I'm able to inspect them.

Great!

answered