fallback to the v8 logging behavior (#47353)

This commit is contained in:
ying-jeanne
2022-04-05 20:15:41 +02:00
committed by GitHub
parent 4f7dae3e6b
commit c525db9cd8
2 changed files with 5 additions and 4 deletions
-2
View File
@@ -177,8 +177,6 @@ func CreateGrafDir(t *testing.T, opts ...GrafanaOpts) (string, string) {
logSect, err := cfg.NewSection("log")
require.NoError(t, err)
_, err = logSect.NewKey("mode", "console")
require.NoError(t, err)
_, err = logSect.NewKey("level", "debug")
require.NoError(t, err)