@page @model Status.Pages.Admin.IngestModel @{ ViewData["Title"] = "Log Ingestion"; ViewData["Page"] = "admin-ingest"; var host = $"{HttpContext.Request.Scheme}://{HttpContext.Request.Host}"; }
Status accepts logs from any application via HTTP POST. Compatible with custom HTTP sinks from Serilog, NLog, log4net, and any HTTP client.
| DEBUG | Verbose diagnostic info |
| INFO | Normal operation events |
| WARNING | Warning requires attention |
| ERROR | Errors requiring attention |
| CRITICAL | System critical failure / crash |