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 76825182fe48fa778dfc61a5261050d8936ee4e0 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Sep 13 12:56:26 2022 +0100 add notes --- TODO-new-logging.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO-new-logging.txt b/TODO-new-logging.txt index 94ab19fac5..1c54f4371d 100644 --- a/TODO-new-logging.txt +++ b/TODO-new-logging.txt @@ -4,3 +4,10 @@ TODOs not explicitly noted in the code itself already: - 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. - Decide what if anything should be done around the removed logging config reload bits (Log4J2 enables reload itself, via its own config...or updates via management) +- consider module name of annotation processor, currently artemis-log-processor...perhaps artemis-annotation-processor? +- Consider names of annotations + packages and their alignment: + -- org.apache.activemq.artemis.logprocessor.annotation.GetLogger; + -- org.apache.activemq.artemis.logprocessor.annotation.LogBundle; + -- org.apache.activemq.artemis.logprocessor.annotation.LogMessage; + -- org.apache.activemq.artemis.logprocessor.annotation.Message; + -- org.apache.activemq.artemis.logs.BundleFactory;
