Skip to content

Commit 1917d23

Browse files
committed
[ci] Move velocity log into target directory
1 parent d91d71e commit 1917d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/apache/ibatis/submitted/language/VelocitySqlSource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2009-2015 the original author or authors.
2+
* Copyright 2009-2016 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,6 +42,7 @@ public class VelocitySqlSource implements SqlSource {
4242
private final Template script;
4343

4444
static {
45+
Velocity.setProperty("runtime.log", "target/velocity.log");
4546
Velocity.init();
4647
}
4748

0 commit comments

Comments
 (0)