This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 1036fcbc RAT-325: Add changelog entry about new default logging level
WARN for CLI/test runs
1036fcbc is described below
commit 1036fcbcae3c070bd186653707c3cb6de05f1c62
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 21 22:16:09 2024 +0100
RAT-325: Add changelog entry about new default logging level WARN for
CLI/test runs
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df8cf596..e6853e56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,6 +102,9 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
<action issue="RAT-325" type="fix" dev="pottlinger" due-to="Claude
Warren">
Internal logging feature enabled for license matching tests to avoid
random test failures when manipulating System.out in test runs.
</action>
+ <action issue="RAT-325" type="add" dev="pottlinger" due-to="Claude
Warren">
+ Set log level default for CLI runs to WARN. This applies to test runs
as well, as other UIs configure their logging natively.
+ </action>
<action issue="RAT-339" type="update" dev="pottlinger"
due-to="dependabot">
TODO: collect all dependabot updates for release 0.16.1
</action>