enhanced the logger to use color on a tty

This commit is contained in:
2025-08-21 22:45:13 +09:00
parent 9f8d3e2696
commit 537b7158bb
4 changed files with 55 additions and 5 deletions

View File

@ -75,7 +75,7 @@ type RPXServiceConfig struct {
type RPXClientTokenConfig struct {
AttrName string `yaml:"attr-name"`
Regex string `yaml:"regex"`
Regex string `yaml:"regex"`
SubmatchIndex int `yaml:"submatch-index"`
}