1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[EC-588] Add secrets override for dev logging (#2309)

This commit is contained in:
Thomas Rittson
2022-09-29 08:02:14 +10:00
committed by GitHub
parent 0629394cec
commit 96fa8781f3
2 changed files with 6 additions and 5 deletions

View File

@ -25,6 +25,7 @@ public class GlobalSettings : IGlobalSettings
set => _logDirectory = value;
}
public virtual long? LogRollBySizeLimit { get; set; }
public virtual bool EnableDevLogging { get; set; } = false;
public virtual string LicenseDirectory
{
get => BuildDirectory(_licenseDirectory, "/core/licenses");