mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
New: Configure log file size limit in UI
(cherry picked from commit 35baebaf7280749d5dfe5440e28b425e45a22d21)
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Prowlarr.Api.V1.Config
|
||||
public string Password { get; set; }
|
||||
public string PasswordConfirmation { get; set; }
|
||||
public string LogLevel { get; set; }
|
||||
public int LogSizeLimit { get; set; }
|
||||
public string ConsoleLogLevel { get; set; }
|
||||
public string Branch { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
@@ -66,6 +67,7 @@ namespace Prowlarr.Api.V1.Config
|
||||
//Username
|
||||
//Password
|
||||
LogLevel = model.LogLevel,
|
||||
LogSizeLimit = model.LogSizeLimit,
|
||||
ConsoleLogLevel = model.ConsoleLogLevel,
|
||||
Branch = model.Branch,
|
||||
ApiKey = model.ApiKey,
|
||||
|
||||
Reference in New Issue
Block a user