go-logging icon indicating copy to clipboard operation
go-logging copied to clipboard

How do I set up multiple log files?

Open Mrqlxdd opened this issue 5 years ago • 0 comments

I found a problem when i use go-logging.As follow:

In my code, I tried to initialize different loggers with Go-logging, logging into different files, and failed.In the end, the log records only the files corresponding to the last initialized logger. why?Does not support?

Mrqlxdd avatar Oct 23 '20 09:10 Mrqlxdd