mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
Gets rid of CloseAndFlush temporarily
This commit is contained in:
@@ -218,7 +218,7 @@ namespace PepperDash.Core
|
||||
|
||||
if (programEventType == eProgramStatusEventType.Stopping)
|
||||
{
|
||||
_logger.CloseAndFlush();
|
||||
//_logger.CloseAndFlush();
|
||||
|
||||
if (_saveTimer != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user