Add printing of number of goroutines to assist with performance improvements
This commit is contained in:
@@ -19,7 +19,7 @@ func init() {
|
||||
|
||||
// Determine the log level based on the runtime mode
|
||||
logLevel := zapcore.DebugLevel
|
||||
if helpers.Runtime == "production" {
|
||||
if helpers.Runtime != "debug" {
|
||||
logLevel = zapcore.InfoLevel
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user