Change rotating log close fn

This commit is contained in:
Riuga 2023-03-29 08:15:27 -05:00
parent 2f7c736076
commit 7cfb8fcea9

View File

@ -645,7 +645,7 @@ terminate App {..} = do
deactivateApp ascLog ascHostManager appId hosts
void $ forkIO $ terminateHelper appAsc appId apps backs mdir rlog
maybe (return ()) LogFile.close rlog
maybe (return ()) LogFile.rlClose rlog
where
AppStartConfig {..} = appAsc