Log messages in rhino compute

When i use rhino.compute locally, i get log messages like

How do i get log messages when i use rhino.compute in a remote server (aws instance)?

3 Likes

Hi @Test_Neo
Did you manage to get your answer on this topic?
Thanks

Hi,

Doubt it’s still useful for @Test_Neo but in case future users need it, it’s possible to get these logs in two steps:

  1. Set a system environment variable as an admin on the server: RHINO_COMPUTE_DEBUG to True
  2. Get the logs here (as an admin as well) C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\rhino.compute\logs.

Hope this helps