microsoft / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
182 stars 139 forks source link

Resource processor porter install logs are frequently truncated in log analytics #3992

Open jonnyry opened 3 months ago

jonnyry commented 3 months ago

When the resource processor installs a porter image, the logs include lengthy terraform which is often over the maximum field size for Log Analytics, resulting in truncated data.

If you're trying to determine why a component has failed to install, the error is generally at the bottom, hence its not helpful to have truncated output.

image