TackleMcClean 🏅
02/20/2025, 10:48 AMConsole.WriteLine in C# code.
This is seen in local development in the output of the dotnet run or equivalent.
How can we view this output in an Umbraco Cloud context?
We've checked Server logs, it's not there. We've also tried connecting with curl to the logstream found in kudu, but nothing shows up there either.Mike Chambers
02/20/2025, 11:11 AMcsharp
using Microsoft.Extensions.Logging;
@inject Ilogger<UmbracoViewPage> _loggerTackleMcClean 🏅
02/20/2025, 12:06 PM