chproxy icon indicating copy to clipboard operation
chproxy copied to clipboard

How do I change the log output format?

Open bjddd192 opened this issue 4 years ago • 0 comments

Current:

DEBUG: 2021/01/19 07:21:29 cache.go:220: cache "shortterm": start cleaning dir "/data/chproxy/cache/shortterm"
DEBUG: 2021/01/19 07:21:29 cache.go:296: cache "shortterm": final size 0; final items 0; removed size 0; removed items 0

I hope so:

2021-01-19 07:21:29.731 DEBUG:  cache.go:220: cache "shortterm": start cleaning dir "/data/chproxy/cache/shortterm"
2021-01-19 07:21:29.732 DEBUG:  cache.go:296: cache "shortterm": final size 0; final items 0; removed size 0; removed items 0

Can it be done?

bjddd192 avatar Jan 19 '21 10:01 bjddd192