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

Add the simplest java.util.logging.SimpleFormatter to formatsDirectory #139

Open
AddictArts opened this issue Nov 2, 2022 · 1 comment

Comments

@AddictArts
Copy link

I would think this would be a good default to have.

java.util.logging.SimpleFormatter

The current regex defaults use lowercase "info", "error", etc. Maybe it is an older logger style, but these are uppercase for the simple case.

@smirok
Copy link
Contributor

smirok commented Nov 7, 2024

Hi @AddictArts!

As far as I understand, this formatter allows to customize the log event a lot (e.g. put the severity level in the arbitrary place inside the log event). So it's not possible to cover all variations through the single regex.

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

2 participants