fix logger and redeem admin review findings
This commit is contained in:
@@ -59,6 +59,7 @@ func TestStdLogBridgeRoutesLevels(t *testing.T) {
|
||||
_ = stderrR.Close()
|
||||
_ = stderrW.Close()
|
||||
})
|
||||
t.Cleanup(Shutdown)
|
||||
|
||||
if err := Init(InitOptions{
|
||||
Level: "debug",
|
||||
@@ -121,6 +122,7 @@ func TestLegacyPrintfRoutesLevels(t *testing.T) {
|
||||
_ = stderrR.Close()
|
||||
_ = stderrW.Close()
|
||||
})
|
||||
t.Cleanup(Shutdown)
|
||||
|
||||
if err := Init(InitOptions{
|
||||
Level: "debug",
|
||||
|
||||
Reference in New Issue
Block a user