You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2021/12/06 02:22:00 UTC

[jira] [Assigned] (MSHARED-937) Demote log statement to debug

     [ https://issues.apache.org/jira/browse/MSHARED-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylwester Lachiewicz reassigned MSHARED-937:
--------------------------------------------

    Assignee: Sylwester Lachiewicz

> Demote log statement to debug
> -----------------------------
>
>                 Key: MSHARED-937
>                 URL: https://issues.apache.org/jira/browse/MSHARED-937
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-filtering
>            Reporter: Elliotte Rusty Harold
>            Assignee: Sylwester Lachiewicz
>            Priority: Minor
>
> In line 144 of DefaultMavenResourcesFiltering we have:
> {{        else
>         {
>             getLogger().info( "Using '" + mavenResourcesExecution.getEncoding()
>                 + "' encoding to copy filtered resources." );
>         }}}
> This produces a lot of log junk and is inconsistent with most other locations in the file such as line 237 where similar messages are logged at DEBUG level. This message should be debug too. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)