luxinxinxin
Results
2
issues of
luxinxinxin
When I set zerolog.TimeFieldFormat = "0102-15:04:05Z07" and zerolog.ConsoleWriter.TimeFormat = "0102-15:04:05Z07:00" ,the console output "0216-15:28:03+08:05" at 20230216-15:22:20+08. I try to find the cause of the problem, I found the function consoleDefaultFormatTimestamp...
1.增加忽略自己发出的消息 2.增加过期消息不处理,程序关闭后再次启动程序还会收到之前的消息导致重复处理,所以加了消息2分钟有效判断 3.配置中增加的白名单配置,但还未实现功能