volosied commented on code in PR #525:
URL: https://github.com/apache/myfaces/pull/525#discussion_r1108610702


##########
impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java:
##########
@@ -714,14 +714,15 @@
     /**
      * Indicate if INFO logging of all the web config params should be done 
before initialize the webapp. 
      * <p>
-     * If is set in "auto" mode, web config params are only logged in 
"Development" mode. 
-     * If is set to "true", web config params are only logged in "Production" 
and "Development" mode. 
-     * If is set in "false" mode, no info logging occurs in either mode.
+     * If set to "dev-only" mode, web config params are only logged in 
"Development" mode. 
+     * If set to "true" or "always", web config params are only logged in 
"Production" and "Development" mode. 
+     * If set to "false" or "never", no info logging occurs in either mode.

Review Comment:
   Maybe? 
   ```suggestion
        * If set to "false" or "never",  info logging does not occur in any 
mode.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to