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

support async logging #1

Open
ibreakthecloud opened this issue Sep 10, 2024 · 1 comment
Open

support async logging #1

ibreakthecloud opened this issue Sep 10, 2024 · 1 comment

Comments

@ibreakthecloud
Copy link
Owner

Using regex check while logging can block the call and make application behave really slow in case regex's are complex.
Having an option to do the logging async can reduce this.

@ibreakthecloud
Copy link
Owner Author

ibreakthecloud commented Sep 10, 2024

for now logrus can be used w/ https://github.com/gemnasium/logrus-graylog-hook?tab=readme-ov-file#asynchronous-logger to support async logging

or use this with channel

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

1 participant