This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch new-logging in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 3dae6f5a9fd20a2516a4588b298c668542751cd5 Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Jul 22 15:29:09 2022 +0100 add some TODO notes from memory --- TODO-new-logging.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO-new-logging.txt b/TODO-new-logging.txt new file mode 100644 index 0000000000..c807fe2c44 --- /dev/null +++ b/TODO-new-logging.txt @@ -0,0 +1,9 @@ +TODOs not explicitly noted in the code itself already: + +- 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
