chore(tests): fix logging configuration in tests (#1655)

Signed-off-by: plavy <tinplavec@gmail.com>
This commit is contained in:
plavy 2024-01-16 16:17:17 +01:00 committed by GitHub
parent a9f72385f6
commit 07656abef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -346,7 +346,6 @@
"distro": "",
"add-cpes-if-none": false,
"output-template-file": "",
"quiet": false,
"check-for-app-update": true,
"only-fixed": false,
"only-notfixed": false,
@ -408,7 +407,8 @@
"auth": []
},
"log": {
"structured": false,
"quiet": false,
"verbosity": 0,
"level": "warn",
"file": ""
},

View file

@ -313,7 +313,6 @@
"distro": "",
"add-cpes-if-none": false,
"output-template-file": "",
"quiet": true,
"check-for-app-update": true,
"only-fixed": false,
"only-notfixed": false,
@ -375,7 +374,8 @@
"auth": []
},
"log": {
"structured": false,
"quiet": true,
"verbosity": 0,
"level": "",
"file": ""
},

View file

@ -755,7 +755,6 @@
"distro": "",
"add-cpes-if-none": false,
"output-template-file": "",
"quiet": true,
"check-for-app-update": true,
"only-fixed": false,
"only-notfixed": false,
@ -818,7 +817,8 @@
"ca-cert": ""
},
"log": {
"structured": false,
"quiet": true,
"verbosity": 0,
"level": "",
"file": ""
},