mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
updated nlog and fixed #295
This commit is contained in:
parent
96825f0540
commit
67a079a17c
15 changed files with 38 additions and 31 deletions
|
@ -688,6 +688,8 @@ namespace PlexRequests.UI.Modules
|
|||
private Response GetLogLevels()
|
||||
{
|
||||
var levels = LogManager.Configuration.LoggingRules.FirstOrDefault(x => x.NameMatches("database"));
|
||||
Log.Debug("debug");
|
||||
Log.Info("Info");
|
||||
return Response.AsJson(levels.Levels);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue