This is an automated email from the ASF dual-hosted git repository.
yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new 4147191 revert f48c962 partially to decrease waste output log size
for travis
4147191 is described below
commit 414719171ae14b215537c1c17f8e0e6d34ec5c19
Author: Yasser Zamani <[email protected]>
AuthorDate: Fri Dec 14 18:26:36 2018 +0330
revert f48c962 partially to decrease waste output log size for travis
---
core/src/test/resources/log4j2.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/src/test/resources/log4j2.xml
b/core/src/test/resources/log4j2.xml
index 84e813a..4c4061d 100644
--- a/core/src/test/resources/log4j2.xml
+++ b/core/src/test/resources/log4j2.xml
@@ -29,6 +29,5 @@
<Root level="info">
<AppenderRef ref="STDOUT"/>
</Root>
- <Logger name="org.apache.struts2.views.xslt" level="debug"/>
</Loggers>
</Configuration>
\ No newline at end of file