go-logging
go-logging copied to clipboard
How do I set up multiple log files?
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?