This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/new-logging by this push:
new e9bdbd0854 fix some file references and update notes
e9bdbd0854 is described below
commit e9bdbd0854e53d9734d761d6f5e23e686fa5238b
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Aug 19 16:38:38 2022 +0100
fix some file references and update notes
---
TODO-new-logging.txt | 4 ++--
.../activemq/artemis/tests/unit/logging/AssertionLoggerTest.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/TODO-new-logging.txt b/TODO-new-logging.txt
index a4f01178e8..d0549178aa 100644
--- a/TODO-new-logging.txt
+++ b/TODO-new-logging.txt
@@ -2,9 +2,9 @@ TODOs not explicitly noted in the code itself already:
- Remove JBL use from last remaining tests etc tests still using it
- Fix stacktraces of generated exceptions not to include the generated
'logmessage' method creating it.
-- Replace logging.config files in remaining tests/examples needing their own
custom config
+- Replace logging.properties files in remaining tests/examples needing their
own custom config
-- Investigate how ./examples/common/config/logging.properties is used and
what to do with it.
- Restore the NettySecurityClientTest and figure out what needs changed to
make it work.
- Restore the Travis config file
- Delete the old DELETE-ME-logging.properties and
DELETE-ME-tests-logging.properties files once all needed comparisons during old
test etc config replacements are done.
-- Update references to JBL in documentation
+- Update references to JBL and logging.properties in the documentation
diff --git
a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java
b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java
index 709b835444..605bb8b9bf 100644
---
a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java
+++
b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java
@@ -31,8 +31,8 @@ import org.slf4j.LoggerFactory;
/**
* This will validate the AssertionLoggerHandler is working as expected.
- * Even though this class belongs to artemis commons, this test has to be done
here as we
- * are validating the logging.properties, and logging-ci.properties and the
classloading of everything.
+ * Even though the class belongs to artemis-unit-test-support, this test has
to be done here as we
+ * are validating the log4j2-tests-config.properties and
log4j2-tests-config-CI.properties files and the classloading of everything.
*/
public class AssertionLoggerTest {