This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new e8464f0477 Reduce log noise from FTP tests e8464f0477 is described below commit e8464f0477f0a3356b06736f78b51551a722aff3 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Apr 2 09:40:19 2025 +0100 Reduce log noise from FTP tests --- .../ftp/src/main/resources/application.properties | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/integration-tests/ftp/src/main/resources/application.properties b/integration-tests/ftp/src/main/resources/application.properties new file mode 100644 index 0000000000..8fcaf03aa5 --- /dev/null +++ b/integration-tests/ftp/src/main/resources/application.properties @@ -0,0 +1,19 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + +# Change to INFO level to get insights about commands run on the FTP server +quarkus.log.category."org.apache.ftpserver".level = WARNING