This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from fee5b9ca167 Regen for commit 152edb947d13c046094961eeec8efb63c4a72994
new d8b3e25f8fb CAMEL-18538: camel-jbang - Run logs to both console and
file
new 903c066453a CAMEL-18538: camel-jbang - Log command
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../modules/ROOT/pages/camel-jbang.adoc | 16 +++
.../dsl/jbang/core/commands/CamelJBangMain.java | 2 +
.../apache/camel/dsl/jbang/core/commands/Run.java | 14 +++
.../jbang/core/commands/action/CamelLogAction.java | 138 +++++++++++++++++++++
.../camel/dsl/jbang/core/common/RuntimeUtil.java | 11 ++
.../src/main/resources/log4j2.properties | 16 ++-
6 files changed, 195 insertions(+), 2 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelLogAction.java