When dealing with logs in Go, I think many people use third-party logging libraries.
I think the reason is that the standard log package has poor functionality, especially no level.
However, in terms of Go language fundamentalism, you still want to use the standard.