improving logger to write to a file

This commit is contained in:
2024-12-14 14:04:33 +09:00
parent 3299ca0fb2
commit bc9a40106c
4 changed files with 104 additions and 37 deletions

View File

@ -1373,6 +1373,9 @@ func (s *Server) StopServices() {
}
}
func (s *Server) FixServices() {
}
func (s *Server) WaitForTermination() {
s.wg.Wait()
}