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
This would panic due to not setting up default arguments such as the
Formatter in the logger when using the FC_TEST_LOG_LEVEL. This fix
instead uses log.New() to have the necessary bootstrapping occur and
sets the necessary fields as needed.
Signed-off-by: xibz <[email protected]>
0 commit comments