You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: is to add an enum that InitLogger would accept and would set the logging level from it, if an enum is not provided, keep the logic as-is (read it from env var)
This will make it easy for other services to provide the logging level especially if they don't have .env setup yet
The text was updated successfully, but these errors were encountered:
Find the code here:
utils-go/klog/klog.go
Line 14 in d4df2c8
Goal: is to add an enum that
InitLogger
would accept and would set the logging level from it, if an enum is not provided, keep the logic as-is (read it from env var)This will make it easy for other services to provide the logging level especially if they don't have
.env
setup yetThe text was updated successfully, but these errors were encountered: