enhanced the logger with file logging and rotation

This commit is contained in:
2024-12-15 15:07:35 +09:00
parent bc9a40106c
commit 8cab165cc4
7 changed files with 216 additions and 87 deletions

View File

@ -1477,7 +1477,8 @@ func (c *Client) StopServices() {
}
}
func (s *Client) FixServices() {
func (c *Client) FixServices() {
c.log.Rotate()
}
func (c *Client) WaitForTermination() {