mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
merge branch 'master' into 'encrypted-string-perf'
This commit is contained in:
8
src/Core/Settings/LoggingSettings/SsoLogLevelSettings.cs
Normal file
8
src/Core/Settings/LoggingSettings/SsoLogLevelSettings.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Serilog.Events;
|
||||
|
||||
namespace Bit.Core.Settings.LoggingSettings;
|
||||
|
||||
public class SsoLogLevelSettings : ISsoLogLevelSettings
|
||||
{
|
||||
public LogEventLevel Default { get; set; } = LogEventLevel.Error;
|
||||
}
|
||||
Reference in New Issue
Block a user