mirror of
https://github.com/snoyberg/keter.git
synced 2024-11-30 11:33:10 +03:00
Change rotating log close fn
This commit is contained in:
parent
2f7c736076
commit
7cfb8fcea9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user