You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/04/17 22:12:16 UTC

[logging-log4j2] 02/02: Don't need it so verbose

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch module-compile-fails
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit c3321c0c6e137fb552eafe9e7b8e1aa9e10a80ed
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Apr 17 15:11:41 2021 -0700

    Don't need it so verbose
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f6b1a0..d88b2e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1016,7 +1016,7 @@
               <arg>-XDcompilePolicy=simple</arg>
               <!--<arg>-Xplugin:ErrorProne</arg>-->
               <!--<arg>-XprintProcessorInfo</arg>-->
-              <arg>-J-verbose</arg>
+              <!--<arg>-J-verbose</arg>-->
             </compilerArgs>
             <compilerArguments>
               <Xmaxwarns>10000</Xmaxwarns>