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

[WARN] buffer - MaxBatchSize Exceeded #30

Open
FGRav opened this issue Nov 21, 2019 · 2 comments
Open

[WARN] buffer - MaxBatchSize Exceeded #30

FGRav opened this issue Nov 21, 2019 · 2 comments
Assignees

Comments

@FGRav
Copy link

FGRav commented Nov 21, 2019

Hi there,
thanks for sharing the script. it works perfect.
I am logging almost 2000 tags right now.

Question:
Why I am getting this warning? and how can i fix it?
[WARN] buffer - MaxBatchSize Exceeded { max: 1000 }

where are Environment variables?

@coussej coussej self-assigned this Dec 3, 2019
@coussej
Copy link
Owner

coussej commented Dec 3, 2019

The warning message is there for debug purposes, but it's probably better to put this at the DEBUG level so your logs dont fill up with the message.

Environment variables are set on the system environment running the actual process: https://en.wikipedia.org/wiki/Environment_variable

In windows, you can use the command set var1=value1 to set them, in unix export var1=value1. When you run the logger though a service daemon like systemd you can also configure the environment variables specifically for that process there.

@alexmc1510
Copy link

Hello, I have faced the same issue. As I am using binaries, what environment variable should I change? I am not able to find the correct one. Actually running on Windows Server 2016.

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

No branches or pull requests

3 participants