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

Dev extras #61

Merged
merged 3 commits into from Oct 26, 2023
Merged

Dev extras #61

merged 3 commits into from Oct 26, 2023

Conversation

hkupty
Copy link
Owner

@hkupty hkupty commented Oct 25, 2023

Fix #46
This PR adds a new sink.

If it is present in the classpath/modules in runtime, it will replace the existing sink.

It is meant to be used only in development, to help humans read log messages.

This project is a set of extras to drop-in in development/test runtime
to allow for better *human* readability of the logs. It should severely
hinder performance at the expense of easier to read/understand logs for
the developers, so it is expected to only run on the developer's
machine, **NEVER IN PRODUCTION**.
@hkupty hkupty merged commit 750c783 into dev/0.7 Oct 26, 2023
1 check passed
@hkupty hkupty deleted the dev-extras branch October 26, 2023 19:03
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

Successfully merging this pull request may close these issues.

Allow for better developoment experience
1 participant