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

[Feature] Remove or rename (default) fields #131

Closed
drissamri opened this issue Sep 23, 2021 · 1 comment
Closed

[Feature] Remove or rename (default) fields #131

drissamri opened this issue Sep 23, 2021 · 1 comment

Comments

@drissamri
Copy link

It would be useful if through configuration the standard fields could be removed and renamed.

For AWS Lambda the following is logged and it would be useful to remove the clutter:

“threadName”: “main”, 
“threadId”: 1, “hostName”: 
“unknown-host.unknown-domain”, 
“processName”: “lambdainternal.AWSLambda”, 
“processId”: 9,

Also being able to rename existing fields would be useful to comply with company standard level -> logLevel

@SlyngDK
Copy link
Contributor

SlyngDK commented Oct 20, 2021

That is already part of the configuration, I have just not add documentation in the readme.
https://github.com/quarkiverse/quarkus-logging-json/blob/master/runtime/src/main/java/io/quarkiverse/loggingjson/Config.java

@SlyngDK SlyngDK closed this as completed Oct 20, 2021
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