This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 1e859b5 log change
1e859b5 is described below
commit 1e859b585fcd723c93f6a3cfa137ba23a1210aa9
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Dec 17 17:08:35 2023 +0100
log change
---
pekko-connectors-sample-rotate-logs-to-ftp/build.sbt | 2 +-
.../src/main/resources/logback.xml | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/pekko-connectors-sample-rotate-logs-to-ftp/build.sbt
b/pekko-connectors-sample-rotate-logs-to-ftp/build.sbt
index 6148cd2..47329e0 100644
--- a/pekko-connectors-sample-rotate-logs-to-ftp/build.sbt
+++ b/pekko-connectors-sample-rotate-logs-to-ftp/build.sbt
@@ -1,6 +1,6 @@
organization := "org.apache.pekko"
name := "pekko-connectors-sample-rotate-logs-to-ftp"
-version := "1.0.1"
+version := "1.0.0"
scalaVersion := Dependencies.scalaVer
libraryDependencies ++= Dependencies.dependencies
javacOptions += "-Xlint:unchecked"
diff --git
a/pekko-connectors-sample-rotate-logs-to-ftp/src/main/resources/logback.xml
b/pekko-connectors-sample-rotate-logs-to-ftp/src/main/resources/logback.xml
index 566fda5..70ef2ee 100644
--- a/pekko-connectors-sample-rotate-logs-to-ftp/src/main/resources/logback.xml
+++ b/pekko-connectors-sample-rotate-logs-to-ftp/src/main/resources/logback.xml
@@ -8,8 +8,6 @@
</appender>
<logger name="org.apache.pekko" level="INFO"/>
- <logger name="org.apache.pekko.stream.connectors.file" level="INFO"/>
- <logger name="org.apache.pekko.stream.connectors.ftp" level="INFO"/>
<logger name="org.apache.sshd" level="INFO"/>
<logger name="net.schmizz" level="INFO"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]