-
Notifications
You must be signed in to change notification settings - Fork 357
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
Print request/response logs in a single line #4734
Comments
Hi @sarun85, for now line separator is hard-codded into LoggingInterceptor, but I think it won't be a big trouble to make i parametrized in future releases. |
This was referenced Jun 26, 2021
Merged
This was referenced Jul 6, 2021
This was referenced Aug 5, 2021
This was referenced Aug 30, 2021
1 task
This was referenced Oct 4, 2021
This was referenced Oct 18, 2021
nunomsantos
added a commit
to nunomsantos/jersey
that referenced
this issue
Mar 14, 2022
Relates to issue eclipse-ee4j#4734 and pull request eclipse-ee4j#4745
nunomsantos
added a commit
to nunomsantos/jersey
that referenced
this issue
Mar 14, 2022
Relates to issue eclipse-ee4j#4734 and pull request eclipse-ee4j#4745
This was referenced Mar 15, 2022
This was referenced Apr 17, 2022
This was referenced May 3, 2022
Closed
1 task
Closed
1 task
1 task
This was referenced Oct 19, 2022
Closed
1 task
This was referenced Feb 11, 2023
Closed
1 task
This was referenced May 11, 2023
This was referenced Jun 15, 2023
This was referenced Jul 6, 2023
1 task
This was referenced Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the LoggingFeature is splitting the request data into several lines, it is difficult to filter the logs based on the thread id. Is it possible to provide an option in the LoggingFeature to pass in a delimiter as an optional parameter that will replace the line terminator "\n". This will help our project to filter the logs of a particular request from the log file using a script.
Thanks.
The text was updated successfully, but these errors were encountered: