I started using the zap log library for my Go project. I want to print different colors to tty console based on the log level.
I find the zap/internal/color
package can display different colors for strings, but I want to change the log level with different color.
I also want to write the log to some log files with different log level.
How to init and config the zap logger?