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

Consider using the BEAM logger #1

Open
lpil opened this issue Dec 28, 2022 · 1 comment
Open

Consider using the BEAM logger #1

lpil opened this issue Dec 28, 2022 · 1 comment

Comments

@lpil
Copy link

lpil commented Dec 28, 2022

Hello!

The BEAM has a standard logger, and it has many features such as filters, error handling, multiple backends, dynamic configuration, and back pressure mechanisms to prevent a runaway logging process from causing performance problems.

https://www.erlang.org/doc/apps/kernel/logger_chapter.html

It would be fab to be able to use this library with the standard logger!

Thanks,
Louis

@JohnBjrk
Copy link
Owner

Hello!

It's a good point to support what is already standard in the BEAM in order to tap into already proven concepts. I will give it a try to fit this to the current architecture of Glimt. Some of the features are a bit overlapping (but of course the BEAM logger has a lot more features) but perhaps there is a good way of map the Glimt features onto the BEAM logger.

Thanks for your input!
/
John

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

2 participants