Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2817

...

Include Page
_Maven is the easiest way to install
_Maven is the easiest way to install

Artifact maven dependencies snippet
rangeHigherVersion5.7
groupIdinfo.magnolia.activation
artifactIdmagnolia-module-activation

...

Code Block
<dependency>
  <groupId>info.magnolia.activation</groupId>
  <artifactId>magnolia-module-activation</artifactId>
</dependency>

...

  • Artifact resource link
    rangeHigherVersion5.7
    groupIdinfo.magnolia.activation
    artifactIdmagnolia-module-activation
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR

Configuration

The Activation module is configured in Configuration > /modules/activation .

...

Activation log storage

The activationLogStorage property property defines where information about activations are logged. The default implementation 

Javadoc resource link
rangeHigherVersion5.7
classNameinfo.magnolia.module.activation.monitor.MemoryActivationStorage
renderTypeasynchronous
keeps implementation MemoryActivationStorage keeps the information in memory.

...