We are building a process that automates the execution of the on premise tiler Node applications. This process will be running on Linux and we are running a shell process with a bash command to start the Node application. With this method we are able to capture the output of the pointcloud-tiler as all of is output/process messages are written to standard out. This is not the same for the model-tiler. Some of the output is written to standard out, however the main long running step that generates the output like “Generate Tiles [====================] 37/37(100%)” is not available. You can easy replicate this scenario by running the model-tiler from the command line and piping the output to a text file. When you look at the text file you will see that some of the output seen in the terminal is missing.
Can you please suggest how we can monitor the progress of the model-tiler?