You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/29 12:37:59 UTC

[activemq-artemis] 02/04: move old base logging.properties out of artemis-cli, but leave it in root for comparison to see needed config updates as others replaced

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

commit 61d9c8bcfa3291fcd61f2888801155c8a0ab261f
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jul 29 12:53:01 2022 +0100

    move old base logging.properties out of artemis-cli, but leave it in root for comparison to see needed config updates as others replaced
---
 .../commands/etc/logging.properties => DELETE-ME-logging.properties   | 0
 TODO-new-logging.txt                                                  | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties b/DELETE-ME-logging.properties
similarity index 100%
rename from artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/logging.properties
rename to DELETE-ME-logging.properties
diff --git a/TODO-new-logging.txt b/TODO-new-logging.txt
index a700274062..3965062f77 100644
--- a/TODO-new-logging.txt
+++ b/TODO-new-logging.txt
@@ -1,11 +1,11 @@
 TODOs not explicitly noted in the code itself already:
 
 - Update e2e-tests instance logging config and scripts/profiles
-- Remove JBL use from many integration-tests etc tests still using it
+- Remove JBL use from last remaining integration-tests etc tests still using it
 - Fix stacktraces of generated exceptions not to include the generated 'logmessage' method creating it.
 - Remove references to wildfly-common in scripts and profiles and cli commands
 - Replace logging.config files in smoke tests needing their own custom config
-- Remove stale logging.config file from artemis-cli
 - Remove stale log4j.properties file(s) from activemq5-unit-tests
 - 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 file once all needed comparisons are done.