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?
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?