Repository: mina-sshd Updated Branches: refs/heads/master 2578c9f64 -> 0ac5dd79c
Using 'sshd-sftp-tests.log' as output file for unit tests log message of 'sshd-sftp' module Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/0ac5dd79 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/0ac5dd79 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/0ac5dd79 Branch: refs/heads/master Commit: 0ac5dd79c46a44a2a93d0e2f09795c63be900dcd Parents: c615b4f Author: Goldstein Lyor <[email protected]> Authored: Sun Aug 26 09:17:15 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Sun Aug 26 09:24:44 2018 +0300 ---------------------------------------------------------------------- sshd-sftp/src/test/resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/0ac5dd79/sshd-sftp/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/sshd-sftp/src/test/resources/log4j.properties b/sshd-sftp/src/test/resources/log4j.properties index 4e4dd65..b559933 100644 --- a/sshd-sftp/src/test/resources/log4j.properties +++ b/sshd-sftp/src/test/resources/log4j.properties @@ -34,5 +34,5 @@ log4j.appender.stdout.layout.ConversionPattern=%d | %-5.5p | %-16.16t | %-32.32c log4j.appender.logfile=org.apache.log4j.FileAppender log4j.appender.logfile.layout=org.apache.log4j.PatternLayout log4j.appender.logfile.layout.ConversionPattern=%d | %-5.5p | %-16.16t | %-32.32c{1} | %-64.64C %4L | %m%n -log4j.appender.logfile.file=target/sshd-core-tests.log +log4j.appender.logfile.file=target/sshd-sftp-tests.log log4j.appender.logfile.append=true
