You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a micro-service running that used to log to file. I wanted to log these messages to our Graylog instance.
However once I enabled logging over HTTPS to our Graylog instance, the service started to slow down tremendously. Regular requests would suddenly take up to five seconds to complete, instead of fractions of seconds. Do you have any idea what I could have done wrong?
When I remove the Graylog section from the appsettings.json shown below, the speed is back to normal.
In other applications logging to the same Graylog instance's HTTPS endpoint, I have not noticed this slowdown.
I have a micro-service running that used to log to file. I wanted to log these messages to our Graylog instance.
However once I enabled logging over HTTPS to our Graylog instance, the service started to slow down tremendously. Regular requests would suddenly take up to five seconds to complete, instead of fractions of seconds. Do you have any idea what I could have done wrong?
When I remove the Graylog section from the appsettings.json shown below, the speed is back to normal.
In other applications logging to the same Graylog instance's HTTPS endpoint, I have not noticed this slowdown.
appsettings.json
The text was updated successfully, but these errors were encountered: