This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from 3dac731659 switch to released 2.0.0 artemis-native dep
     new 762b05ef74 remove now-unnecessary quote escaping from log/message 
bundle format strings, giving same output as before switch to slf4j formatter
     new fc80391ebd reorder args to match previously out-of-order placeholders, 
ensure new output matches previous
     new dfa7f8cc51 make basic start on audit log file config, add [unfinished] 
config changes to get AuditLoggerResourceTest smoke test passing

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cli/commands/etc/log4j2-config.properties      | 32 ++++++++++--
 .../apache/activemq/artemis/logs/AuditLogger.java  |  4 +-
 .../artemis/core/client/ActiveMQClientLogger.java  |  4 +-
 .../core/client/ActiveMQClientMessageBundle.java   |  8 +--
 .../jms/client/ActiveMQJMSClientBundle.java        |  2 +-
 .../jms/client/ActiveMQJMSClientLogger.java        |  2 +-
 .../jms/server/ActiveMQJMSServerBundle.java        |  4 +-
 .../artemis/journal/ActiveMQJournalLogger.java     |  4 +-
 .../stomp/ActiveMQStompProtocolMessageBundle.java  |  4 +-
 .../activemq/artemis/rest/ActiveMQRestLogger.java  |  2 +-
 .../artemis/core/server/ActiveMQMessageBundle.java | 25 +++++----
 .../artemis/core/server/ActiveMQServerLogger.java  | 34 ++++++------
 .../servers/audit-logging/log4j2-config.properties | 61 ++++++++++++++++++++++
 13 files changed, 135 insertions(+), 51 deletions(-)
 create mode 100644 
tests/smoke-tests/src/main/resources/servers/audit-logging/log4j2-config.properties

Reply via email to