Imp: check log level before log
AlexStocks opened this issue · 0 comments
AlexStocks commented
What would you like to be added:
improve the log in this way:
if logLevel >= log.INFO {
log.Info(...)
}
Why is this needed:
Improve the performance.