Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
davsclaus merged PR #13326: URL: https://github.com/apache/camel/pull/13326 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
orpiske commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-1966858308 > we use a table printer library in jbang That one looks pretty cool -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
davsclaus commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-1966807217 we use a table printer library in jbang -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
orpiske commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-196434 > @orpiske I agree, I was thinking about using some kind of template, but seems a bit overkill for this use case, the latest commit uses format with `%-Ns` and seems a bit more readable,

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
Croway commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-192852 @orpiske I agree, I was thinking about using some kind of template, but seems a bit overkill for this use case, the latest commit uses format with `%-Ns` and seems a bit more readable, I

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
orpiske commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-1966625997 Obs.: no talking about your proposal. Just venting my frustration that we have to keep concatenating strings and doing a lot of ifs and elses on the code. IMHO, the view should

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
orpiske commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-1966599406 I wonder if there's a project that we could use that could take a bean as input and would pretty print the information as the output. Quite frankly, this is very hard to read. --

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
davsclaus commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-1966536943 You can maybe do so '%s:30.30` or whatever syntax to make the text more aligned as 3 columns in a spreadsheet. You can also loop the lines and calculate the longest and then

Re: [PR] align output log [camel]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #13326: URL: https://github.com/apache/camel/pull/13326#issuecomment-1966499869 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] align output log [camel]

2024-02-27 Thread via GitHub
Croway opened a new pull request, #13326: URL: https://github.com/apache/camel/pull/13326 ``` [l.example.MyApplication.main()] MainHttpServer INFO http://0.0.0.0:8080/ (POST) (accept:application/json produce:application/json) [l.example.MyApplication.main()]