[
https://issues.apache.org/jira/browse/CAMEL-21304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888246#comment-17888246
]
Aurélien Pupier commented on CAMEL-21304:
-----------------------------------------
it is the file created with Camel JBang init as described. Nothing specific in
it:
{noformat}
import org.apache.camel.builder.RouteBuilder;
public class TestCreate extends RouteBuilder {
@Override
public void configure() throws Exception {
from("timer:java?period=1000")
.setBody()
.simple("Hello Camel from ${routeId}")
.log("${body}");
}
}
{noformat}
> Avoid "Invalid AnsiLogger Stream -> Swapping to default sdt out logger." with
> Camel JBang kubernetes run
> --------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-21304
> URL: https://issues.apache.org/jira/browse/CAMEL-21304
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Affects Versions: 4.8.0
> Reporter: Aurélien Pupier
> Assignee: Thomas Diesler
> Priority: Minor
>
> {noformat}
> jbang '-Dcamel.jbang.version=4.7.0' camel@apache/camel init TestCreate.java
> jbang '-Dcamel.jbang.version=4.7.0' camel@apache/camel kubernetes run
> TestCreate.java
> {noformat}
>
> leads to have this message:
> {noformat}
> Invalid AnsiLogger Stream -> Swapping to default sdt out logger.
> {noformat}
> Tried also with cluster-type openshift
> it would be better if the AnsiLooger Stream is correctly configured out of
> the box
--
This message was sent by Atlassian Jira
(v8.20.10#820010)