rgoers commented on code in PR #2322:
URL: https://github.com/apache/logging-log4j2/pull/2322#discussion_r1501915418
##########
log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java:
##########
@@ -158,11 +162,26 @@ public class StatusLogger extends AbstractLogger {
/**
* The name of the system property that can be configured with a {@link
java.time.format.DateTimeFormatter} pattern that will be used while formatting
the created {@link StatusData}.
+ * <p>
+ * When not provided, {@link Instant#toString()} will be used.
+ * </p>
*
+ * @see #STATUS_DATE_FORMAT_ZONE
* @since 2.11.0
*/
public static final String STATUS_DATE_FORMAT =
"log4j2.StatusLogger.DateFormat";
Review Comment:
Piotr's comment below also applies to this property name.
--
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]