commit a9a0be0b6b7ceba3b2844c35452afc63dbfe6cd6 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Apr 3 08:34:39 2020 +0200
Add simplified logging configuration to .war file.
Still part of #33549. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml index b92d5b5..43712cc 100644 --- a/build.xml +++ b/build.xml @@ -96,7 +96,7 @@ </restrict> <fileset dir="${resources}" includes="jetty.xml" /> <exclude name="**/Test*.class"/> - <zipfileset dir="${resources}" + <zipfileset dir="${buildresources}" prefix="" includes="logback.xml"/> <zipfileset dir="${resources}"
tor-commits@lists.torproject.org