You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2023/06/19 19:41:00 UTC

[jira] [Resolved] (RAT-318) Too Much info logging

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

Elliotte Rusty Harold resolved RAT-318.
---------------------------------------
    Resolution: Duplicate

Looks like a dupe of https://issues.apache.org/jira/browse/RAT-317 and it does seem to be fixed, at least in part. Thanks. 

> Too Much info logging
> ---------------------
>
>                 Key: RAT-318
>                 URL: https://issues.apache.org/jira/browse/RAT-318
>             Project: Apache Rat
>          Issue Type: Improvement
>            Reporter: Elliotte Rusty Harold
>            Priority: Major
>
> Typical passing output has 9 lines of text:
> [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ maven-shared-utils ---
> [INFO] Enabled default license matchers.
> [INFO] Will parse SCM ignores for exclusions...
> [INFO] Parsing exclusions from /Users/elharo/maven-shared-utils/.gitignore
> [INFO] Finished adding exclusions from SCM ignore files.
> [INFO] 73 implicit excludes.
> [INFO] 8 explicit excludes.
> [INFO] 103 resources included
> [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 101 licenses.
> Number of these lines I care about and want to read when I'm scanning build logs to figure out why my build failed: zero
> Arguably the summary line can be included though I'd really prefer to not see even that when there's no problem with the licenses. I certainly don't care about the exact number of  includes and excludes. It's unactionable log junk that gets in my way. Demote these messages to debug or remove them entirely



--
This message was sent by Atlassian Jira
(v8.20.10#820010)