[ 
https://issues.apache.org/jira/browse/QPID-8591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564845#comment-17564845
 ] 

ASF subversion and git services commented on QPID-8591:
-------------------------------------------------------

Commit f76da5a765eef8aeff0252454dd23a2c95cda3c7 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=f76da5a765 ]

QPID-8591: [Broker-J] Missing message id for add/update/delete user (#129)

* QPID-8591: [Broker-J] Missing message id for add/update/delete user

* QPID-8591: [Broker-J] Added new line to end of file.

Co-authored-by: vavrtom <vavricka.to...@gmail.com>

> [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
>            Priority: Minor
>
> 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.10#820010)

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

Reply via email to