essobedo opened a new pull request, #3589: URL: https://github.com/apache/camel-k/pull/3589
## Motivation When a pod has a lot of log entries, it can be convenient to be able to get only the last entries of the logs. ## Modifications: * Add a bool flag `--tail` / `-f` to get the 10 last lines of the logs * Add an int flag `--tail-lines` / `-l` to get the specified amount of last lines of the logs **Release Note** ```release-note NONE ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org