Magnolia 6.0 reached end of life on June 26, 2019. This branch is no longer supported, see End-of-life policy.
If you are using the Publishing module, please see the Publishing Tools app page instead.
The Activation Tools app, installed by the Activation module, has two subapps:
mgnlSystem
workspace.Monitor allows you to monitor activation details.
Overview: Number of activations, deactivations, errors, committed and rollbacked transactions, activated content size and time needed for activation.
See Activation security for more information about using the Activation Tools app.
The Activation Tools app is based on the small app concept and installed by the Activation module. Access to the app is restricted to the superuser
role in the app configuration and app launcher layout configuration.
The app is configured at Configuration > /modules/activation/apps/activation
.
Node name |
---|
modules |
activation |
apps |
activation |
Activation logs are stored in memory. MemoryActivationStorage is registered in the configuration at Configuration > /modules/activation/config/activationLogStorage
. You can customize storage by extending the ActivationStorage interface.
Node name | Value |
---|---|
modules | |
activation | |
config | |
activationLogStorage | |
class | info.magnolia.module.activation.monitor.MemoryActivationStorage |