To reduce the amount of data stored, you may want the audit logging system to record only certain activities and not others.

You can disable logging of an individual activity type by adding it to the disabledTypes property of the /atg/agent/logging/AgentAuditLogger component. This property is an array of the names of the activity types for which recording is disabled. For example, if you want to disable the recording of profile view events and order view events, you could set this property to ProfileViewed, ViewOrder.

If you want to disable audit logging entirely, set the logEvents property of AgentAuditLogger to false. The following is a list of the eventTypeToListenerMap properties:

Event Type

Recorder in /atg/commerce/

ActivateScheduledOrder

ScheduledOrderEventRecorder

AddOrderFixedAmountAdjustment

OrderManualAdjustmentRecorder

AddPaymentGroup

PaymentGroupEventRecorder

AddShippingGroup

ShippingGroupEventRecorder

ApproveOrder

OrderEventRecorder

CancelOrder

OrderEventRecorder

ClaimItem

ClaimItemRecorder

CreateGiftlist

GiftlistEventRecorder

CreateOrder

OrderEventRecorder

CreateOrderComment

CreateOrderCommentRecorder

DeactivateScheduledOrder

ScheduledOrderEventRecorder

EditPaymentGroup

PaymentGroupEventRecorder

EditShippingGroup

ShippingGroupEventRecorder

ExchangeOrder

ReturnOrderRecorder

GiftItemAddedToGiftlist

GiftitemEventRecorder

GiftItemQuantityChanged

GiftitemEventRecorder

GiftItemRemovedFromGiftList

GiftitemEventRecorder

GrantAppeasement

GrantAppeasementRecorder

GrantPromotionEvent

GrantPromotionEventRecorder

IgnorePromotionEvent

IgnorePromotionEventRecorder

ItemAddedToOrder

CommerceItemEventRecorder

ItemQuantityChanged

CommerceItemEventRecorder

ItemRemovedFromOrder

CommerceItemEventRecorder

ModifyGiftlist

GiftlistEventRecorder

OrderApprovalAddedEvent

OrderApprovalRecorder

OrderApprovalApprovedEvent

OrderApprovalRecorder

OrderApprovalRejectedEvent

OrderApprovalRecorder

PriceOverride

PriceOverrideRecorder

PriceReturnItem

PriceReturnItemRecorder

ReceiveReturnItem

ReceiveReturnItemRecorder

RejectOrder

OrderEventRecorder

RemoveOrderFixedAmountAdjustment

OrderManualAdjustmentRecorder

RemovePaymentGroup

PaymentGroupEventRecorder

RemoveShippingGroup

ShippingGroupEventRecorder

ReturnOrder

ReturnOrderRecorder

SaveOrder

OrderEventRecorder

SplitCostCenter

SplitCostCenterRecorder

SplitShippingGroup

SplitShippingGroupRecorder

SubmitOrder

OrderEventRecorder

UpdateScheduledOrder

ScheduledOrderEventRecorder

ViewCreditCard

ViewCreditCardRecorder

ViewOrder

OrderEventRecorder

ViewOrderCostCenters

OrderEventRecorder

ViewOrderPayment

OrderEventRecorder

ViewOrderPromotions

OrderEventRecorder

ViewOrderReturns

OrderEventRecorder

ViewOrderShipping

OrderEventRecorder


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices