mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
log to console when run integration tests (#46934)
This commit is contained in:
parent
9dc06cd21f
commit
84001fe6be
@ -177,6 +177,8 @@ 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user