How can wee see the full log on EM server?

Task statuses are not intended to be verbose logs. Their purpose is to indicate the current status of a task and help debug workflows if they fail. Hence only 20 recent statuses are stored.

Status is what you see when a task is running:

If you need verbose logging for your workflows, there are many tools in EasyMorph to arrange it. For instance:

  • Appending to text files
  • Appending to database tables
  • Make a custom API endpoint for task logging, and send status messages as web requests to this endpoint. In this case, you can consolidate logs from multiple tasks even those running on Desktops.