Skip to content
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

Success HTTP Status Codes #24

Open
james-r-parker opened this issue Sep 27, 2019 · 4 comments
Open

Success HTTP Status Codes #24

james-r-parker opened this issue Sep 27, 2019 · 4 comments

Comments

@james-r-parker
Copy link

It appears that you are only checking for a HTTP status code of 200 when getting a response back from sending log entries to the server. This check should also check the entire 200 range for example 201 and 202 and 204

@cchapman-tlcdeaf
Copy link

I was having this same issue. My API returned 201 instead of 200, and I would get continuous logs being sent. It seems like it should be an easy update.

@sergeicodes
Copy link

Same issue for me, 201 is returned. Any plans to fix it?

@emrekorus
Copy link

Any Update?

@ghost
Copy link

ghost commented Jun 1, 2022

I created a MR for this. https://github.com/kutuluk/loglevel-plugin-remote/pull/43 as it was quite annoying for me. Personally i started to create a local copy and modify it for my own purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants