Disabling the Crowd Audit Log

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

Crowd 3.2 introduced the Audit Log, which is a list of changes made to users in your directories either by other users/admins, or during synchronizations.  For various reasons, some people may not want this functionality enabled, and want to disable it.  

ソリューション

There are 2 different options you have for disabling the audit log.

Disabling The Audit Log Only For Synchonizations

Perhaps you still want to use the audit log to track any changes to users made by other users, but not for changes made during a sync from a remote directory?  This is possible by adding the following JVM parameter to your <CROWD_INSTALL>/apache-tomcat/bin/setenv.sh (or setenv.bat for Windows) file:

-Dcrowd.audit.synchronisation.log.disable=true

Manual changes made in Crowd will still show up in the Audit log, but changes made during syncs from remote directories will be ignored.

Disabling the Audit Log Fully

This will completely disable the audit log.  The page to view the log will still be present in Crowd, but no updates will be written to the logs once this parameter is added.  Add the following JVM parameter  to your <CROWD_INSTALL>/apache-tomcat/bin/setenv.sh (or setenv.bat for Windows) file:

-Dcrowd.audit.log.disable=true


(warning) You will need to re-start Crowd for the above changes to take effect.




最終更新日: 2019 年 1 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.