mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Finished styling on the logger for now. #59
This commit is contained in:
parent
25a8563ee8
commit
b96087d089
21 changed files with 19906 additions and 47 deletions
|
@ -27,6 +27,7 @@
|
|||
using System;
|
||||
|
||||
using Dapper.Contrib.Extensions;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PlexRequests.Store.Models
|
||||
{
|
||||
|
@ -39,5 +40,8 @@ namespace PlexRequests.Store.Models
|
|||
public string Message { get; set; }
|
||||
public string Callsite { get; set; }
|
||||
public string Exception { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public string DateString { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue