Currently, Logs use the stdlib "log" package. But according to pprof, logging takes around 48% of the total compute time.  Ideally, it should be rewritten to a library like log/slog or zap
Currently, Logs use the stdlib "log" package. But according to pprof, logging takes around 48% of the total compute time.
Ideally, it should be rewritten to a library like log/slog or zap