Agent logs: output to stderr errors and above (#838)

* Agent logs: output to stderr errors and above
This commit is contained in:
Igor Gov
2022-02-22 14:02:51 +02:00
committed by GitHub
parent cf3106f636
commit 58a17897cf
3 changed files with 18 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ func outputSpec(label string, spec *openapi.OpenAPI, t *testing.T) string {
}
func TestEntries(t *testing.T) {
logger.InitLoggerStderrOnly(logging.INFO)
logger.InitLoggerStd(logging.INFO)
files, err := getFiles("./test_artifacts/")
if err != nil {
t.Log(err)