[ https://issues.apache.org/jira/browse/MNG-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759047#comment-17759047 ]
ASF GitHub Bot commented on MNG-7822: ------------------------------------- gnodet commented on code in PR #1215: URL: https://github.com/apache/maven/pull/1215#discussion_r1305648998 ########## maven-embedder/src/main/java/org/apache/maven/cli/jansi/Style.java: ########## @@ -28,6 +28,7 @@ * @since 4.0.0 */ enum Style { + TRACE("bold,magenta"), Review Comment: It's not an existing one, as it only has been introduced in 4.0, so it should be safe here. > Add support for TRACE logging level (with style "bold,magenta") > --------------------------------------------------------------- > > Key: MNG-7822 > URL: https://issues.apache.org/jira/browse/MNG-7822 > Project: Maven > Issue Type: New Feature > Components: Logging > Reporter: Richard O'Sullivan > Priority: Trivial > > Maven uses 'Style' in 'org.apache.maven.shared.utils.logging' to enumerate > the available logging levels. Currently, the 'TRACE' level is not enumerated. > It would be helpful to add something like: 'TRACE("bold,magenta" ) '. -- This message was sent by Atlassian Jira (v8.20.10#820010)