enhanced the logger to use color on a tty

This commit is contained in:
2025-08-21 22:48:28 +09:00
parent 9f8d3e2696
commit 42ceb5f3fa
4 changed files with 56 additions and 5 deletions

View File

@ -66,7 +66,7 @@ chan_loop:
}
func (sh *signal_handler) StartService(data interface{}) {
// this isn't actually used standalone..
// this isn't actually used standalone..
// if we are to implement it, it must use the wait group for signal handler itself
// however, this service is run through another service.
// sh.wg.Add(1)