mirror of
https://github.com/fatedier/frp.git
synced 2025-07-22 13:52:05 +07:00
support yaml/json/toml configuration format, make ini deprecated (#3599)
This commit is contained in:
@ -31,7 +31,7 @@ func TestMain(m *testing.M) {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
log.InitLog("console", "", framework.TestContext.LogLevel, 0, true)
|
||||
log.InitLog("console", framework.TestContext.LogLevel, 0, true)
|
||||
os.Exit(m.Run())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user