mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 18:01:20 +02:00
Merge a18944f7bc into 9226876792
This commit is contained in:
commit
f90879c96d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ private static void RegisterSentry(bool updateClient, IAppFolderInfo appFolderIn
|
|||
Layout = "${message}"
|
||||
};
|
||||
|
||||
var loggingRule = new LoggingRule("*", updateClient ? LogLevel.Trace : LogLevel.Debug, target);
|
||||
var loggingRule = new LoggingRule("*", updateClient ? LogLevel.Trace : LogLevel.Warn, target);
|
||||
LogManager.Configuration.AddTarget("sentryTarget", target);
|
||||
LogManager.Configuration.LoggingRules.Add(loggingRule);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue