@model Disco.Web.Areas.Config.Models.Logging.IndexModel @using Disco.Services.Logging @{ Authorization.Require(Claims.Config.Logging.Show); ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Logging"); } @using (Html.BeginForm(MVC.API.Logging.RetrieveEvents())) { @Html.AntiForgeryToken()

Export Logs

Format
Start Filter * Optional
End Filter * Optional
Limit Filter
Module Filter

}

Live Logging

@Html.Partial(MVC.Config.Shared.Views.LogEvents, new Disco.Web.Areas.Config.Models.Shared.LogEventsModel() { IsLive = true, TakeFilter = 100, StartFilter = DateTime.Today.AddDays(-1), ViewPortHeight = 450 })