#general

Effect of Error Logs on Java Spring Service Performance

TLDR Jose asked if error logs in their Java Spring service would affect application performance or cause it to exit. Srikanth assured that it wouldn't, as the work happens in the background.

Powered by Struct AI
May 17, 2023 (7 months ago)
Jose
Photo of md5-827f15e2b6bae6a945bc10a5d44205a6
Jose
03:29 PM
I have instrumented my java spring service automatically. Sometimes (maybe my signoz server is too busy) I get this error logs:

[otel.javaagent 2023-05-16 20:29:46:760 +0000] [OkHttp http://signoz.live.kalto.xyx:4318/...] ERROR io.opentelemetry.exporter.internal.okhttp.OkHttpExporter - Failed to export spans. The request could not be executed. Full error message: timeout

My question is if this errors will affect my application performance and will make it exit?
May 18, 2023 (7 months ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
01:51 AM
> My question is if this errors will affect my application performance and will make it exit?
No, and No. this work happens in the background.