You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Daniil Kirilyuk (Jira)" <ji...@apache.org> on 2022/05/31 05:49:00 UTC

[jira] [Created] (QPID-8591) [Broker-J] Missing message id for add/update/delete user

Daniil Kirilyuk created QPID-8591:
-------------------------------------

             Summary: [Broker-J] Missing message id for add/update/delete user
                 Key: QPID-8591
                 URL: https://issues.apache.org/jira/browse/QPID-8591
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
    Affects Versions: qpid-java-broker-8.0.6
            Reporter: Daniil Kirilyuk


When other broker objects like keystore/truststore are added, then log message has specific Message ID like KST-1007/TST-1007.
{noformat}
2021-12-15T15:19:37,691Z INFO  [Broker-Config] (q.m.k.update) - [mng:N/A(admin@/10.112.48.88:36930)] KST-1007 : Update : "keyStore" : SUCCESS : {certificateAlias=ip-10-112-48-88.eu-central-1.compute.internal,certificateDetails=[],certificateExpiryCheckFrequency=1,certificateExpiryWarnPeriod=30,createdTime=1639581247870,description=/home/ubuntu/qpid/0405/etc/keystore.jks,durable=true,id=b5d1b59b-4327-4a3d-ac34-74f19c032373,keyManagerFactoryAlgorithm=SunX509,keyStoreType=pkcs12,lastOpenedTime=1639581248541,lastUpdatedBy=admin,lastUpdatedTime=1639581371559,lifetimePolicy=PERMANENT,name=keyStore,password=********,path=/home/ubuntu/qpid/0405/etc/keystore.jks,state=ACTIVE,storeUrl=/home/ubuntu/qpid/0405/etc/keystore.jks,type=FileKeyStore,useHostNameMatching=true}
{noformat}
There is no message ID when user is added/updated/deleted.
{noformat}
2021-12-15T15:19:37,317Z INFO  [Broker-Config] (q.m..u.update) - [mng:N/A(admin@/10.112.48.88:36930)] User (amqpsrv_C7_ARP) : Update : SUCCESS : {createdTime=1639581247872,durable=true,id=9990e0ac-cba2-4579-8e43-79c8b1ebaeab,lastOpenedTime=1639581248552,lastUpdatedBy=admin,lastUpdatedTime=1639581371208,lifetimePolicy=PERMANENT,name=amqpsrv_C7_ARP,password=********,state=ACTIVE,type=managed}
{noformat}
Broker logging should be extended with appropriate message IDs.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org