...
Deploying Action | In the App Repository | |||
---|---|---|---|---|
Works |
| Name: Azure Environment Name: | ||
Does not work 🤯 |
| Name: Azure Environment Name: | ||
Does not work 🤯 |
| Name: Azure Environment Name: | ||
Does not work 🤯 |
| Name: Azure Environment Name: Forgetting to set the correct account. |
Specs
The logs clear use case is application insights and secure development of apps. A developer can consult them in the rare event of discovering an edge case only in production or when triaging an unseen issue.
...
Naturally, the maximum duration of logs you can browse are limited by the Retention. The UI currently shows only the last 10 48 hours of logs in separate entries. If the feature matures, further improvements could be done on this behalf.
The logs are not live streams, it can take some worst case some minutes for them to appear. Unique does not offer real time log streaming. Clients requiring faster scrape intervals than Azure Monitors maximum 5 minute interval must self host apps.Each hour a new file gets created by the Azure Monitor and Unique caches the last 10 hours (except the last one) refreshing them every hour (the latter nine).
The logs capture stdout
(the console), means they also show container or boot errors etc.
...