-
Notifications
You must be signed in to change notification settings - Fork 220
improve: jetty log level to info #1882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
for integration tests this makes issues
Could you elaborate, please? |
If you take a look into build logs when jetty (but also java http client) used, the logs are polluted with huge amount of debug logs from jetty (~600MB), these are useless for us, so this PR will filter them out. |
Kudos, SonarCloud Quality Gate passed!
|
author csviri <csviri@gmail.com> 1681383534 +0200 committer csviri <csviri@gmail.com> 1683271037 +0200 gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEx4CKPTleRaFiFbIenxwva5o3BHIFAmRUrX0ACgkQnxwva5o3 BHK1Jw/+PNwivEbJp3+A/F5rJeMBFsgPayBZAxuVqAlqd5U9uo5JlLkGddpMBf9q tFJyXaw/gYTO3B6XIEi8qg75l3hPJxo9rPauDT+s1t+zWpuQqrvpAatMi2cBeoaa Aluw2LYaKX75IEUW14ooGPwjzjnaOFs0rVPcBUgWnmQqPDFez/QC2Xz3rfGXhU2b P87fi/A5lZbXDXHaaWzWfJ4XoGMG4152KIo6EgM5QQGd+BD+qYm9qTATM3vVxjkQ PG9By9CC8u24mDVtYI9YAGLNINLk1poTC1/reVzn8cX2lVENLRWPB/mF2qc/2edu Z5LYkJ/7fp6qv4SS03QUC2WGycVXf9cLM/SHJiX7s87glE/rBocRVBHA1iBNbz2A AaiacSyQkkMdBbiVWfG7Xd//gPhAFqwFSpp6myWaqcsLEWhJ6F8J6uDTT1qjbF9W XviGSXugs/8U4BTpPTnh71w553/StnHHw24g9jnOGnpyPGvC5uqrDgyL4cgO4RfK lYvUy1APi/GAMEr7iCLXP19CFuT/QhnRzcyzU6hEFk9Pz/l2U2HHwvct7c+Snx/f jZ2bxVOZuZMz26w+lvlmhrZWmOdRM0CQYd6/0CzyLuTZ24LgBqlujfqYC0J9zTrZ NtUTT7Up6cymBbqpwyrbITEdM+3o+EmKccXwF4Qrpl/Zj0MaJCM= =c5ON -----END PGP SIGNATURE----- chore: update version to 4.4.0-SNAPSHOT fix: bom version improve: configuration service no static access wip compiles wip unit tests passing IT fixes Fixes comment improvements fix workflow execution issue leader election fix rebase next, test fix improve: jetty log level to info (#1882) chore: update version to 4.4.0-SNAPSHOT fix: bom version fix: avoid potential NPE refactor: rename more appropriately refactor: access configuration service from Operator when possible fix: now outdated method reference fix: format fix: workflows don't need to record the configuration service improve: dependent resource matcher API and handling (#1881) refactor: get ExecutorServiceManager from ConfigurationService feat: re-add parameter-less getEffectiveNamespaces method
author csviri <csviri@gmail.com> 1681383534 +0200 committer csviri <csviri@gmail.com> 1683271037 +0200 gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEx4CKPTleRaFiFbIenxwva5o3BHIFAmRUrX0ACgkQnxwva5o3 BHK1Jw/+PNwivEbJp3+A/F5rJeMBFsgPayBZAxuVqAlqd5U9uo5JlLkGddpMBf9q tFJyXaw/gYTO3B6XIEi8qg75l3hPJxo9rPauDT+s1t+zWpuQqrvpAatMi2cBeoaa Aluw2LYaKX75IEUW14ooGPwjzjnaOFs0rVPcBUgWnmQqPDFez/QC2Xz3rfGXhU2b P87fi/A5lZbXDXHaaWzWfJ4XoGMG4152KIo6EgM5QQGd+BD+qYm9qTATM3vVxjkQ PG9By9CC8u24mDVtYI9YAGLNINLk1poTC1/reVzn8cX2lVENLRWPB/mF2qc/2edu Z5LYkJ/7fp6qv4SS03QUC2WGycVXf9cLM/SHJiX7s87glE/rBocRVBHA1iBNbz2A AaiacSyQkkMdBbiVWfG7Xd//gPhAFqwFSpp6myWaqcsLEWhJ6F8J6uDTT1qjbF9W XviGSXugs/8U4BTpPTnh71w553/StnHHw24g9jnOGnpyPGvC5uqrDgyL4cgO4RfK lYvUy1APi/GAMEr7iCLXP19CFuT/QhnRzcyzU6hEFk9Pz/l2U2HHwvct7c+Snx/f jZ2bxVOZuZMz26w+lvlmhrZWmOdRM0CQYd6/0CzyLuTZ24LgBqlujfqYC0J9zTrZ NtUTT7Up6cymBbqpwyrbITEdM+3o+EmKccXwF4Qrpl/Zj0MaJCM= =c5ON -----END PGP SIGNATURE----- chore: update version to 4.4.0-SNAPSHOT fix: bom version improve: configuration service no static access wip compiles wip unit tests passing IT fixes Fixes comment improvements fix workflow execution issue leader election fix rebase next, test fix improve: jetty log level to info (#1882) chore: update version to 4.4.0-SNAPSHOT fix: bom version fix: avoid potential NPE refactor: rename more appropriately refactor: access configuration service from Operator when possible fix: now outdated method reference fix: format fix: workflows don't need to record the configuration service improve: dependent resource matcher API and handling (#1881) refactor: get ExecutorServiceManager from ConfigurationService feat: re-add parameter-less getEffectiveNamespaces method
for integration tests this makes issues