mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
fix: appdebug now has option for setting all sink levels
This commit is contained in:
parent
f9d9df9d5c
commit
3a2a059ce1
2 changed files with 114 additions and 43 deletions
|
|
@ -39,8 +39,6 @@ namespace PepperDash.Essentials
|
|||
DeviceManager.Initialize(this);
|
||||
SecretsManager.Initialize();
|
||||
SystemMonitor.ProgramInitialization.ProgramInitializationUnderUserControl = true;
|
||||
|
||||
Debug.SetErrorLogMinimumDebugLevel(CrestronEnvironment.DevicePlatform == eDevicePlatform.Appliance ? LogEventLevel.Warning : LogEventLevel.Verbose);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -75,8 +73,6 @@ namespace PepperDash.Essentials
|
|||
|
||||
private void StartSystem(object preventInitialization)
|
||||
{
|
||||
Debug.SetErrorLogMinimumDebugLevel(LogEventLevel.Verbose);
|
||||
|
||||
DeterminePlatform();
|
||||
|
||||
if (Debug.DoNotLoadConfigOnNextBoot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue