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

Grouped Logging feature #44

Open
jwoertink opened this issue Nov 29, 2021 · 0 comments
Open

Grouped Logging feature #44

jwoertink opened this issue Nov 29, 2021 · 0 comments

Comments

@jwoertink
Copy link
Member

When you log a bunch of asynchronous code, it gets logged out of order which leads to some confusing logs. To go along with luckyframework/lucky#950 (comment), one thing we could do is queue up everything that needs to be logged, then log the queue all at the same time.

This could also be along the same lines as #38 where using dexter becomes a queue center for logging and special formatting. Then you can use the standard Crystal Log for lower level control.

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