The text outlines a local Claude Code Routine for monitoring Umbraco v15+ logs and suggesting bug fixes. It details the setup process, including creating user groups, API users, and environment variables. A PowerShell script retrieves recent errors, and the routine automates error handling and fix application, ensuring safety by restricting access to client credentials.
Søren Kottal developed a Kudu Umbraco Log Viewer to enhance log accessibility for Umbraco Cloud users. It allows users to easily navigate and parse structured JSON logs, even when the site is down. The viewer includes features like file sorting, expandable entries, expression search, and a momentum graph for error tracking.
2025-11-13 from 18:30 to 20:30 (Europe/London) - Enjoy Digital, 23 The Calls, Leeds, GB
In the UmbraCare blog, they discuss replacing Umbraco v13's default LogViewer due to deserialization errors with a custom implementation. The article outlines steps to create a Composer, implement a robust custom LogViewer, register it, and test its functionality, ensuring improved error handling and performance.